From d84d3bf2e9ba2005893a626a462a755393a292cf Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 23 Jun 2008 11:56:41 +0000 Subject: [PATCH] bug #1971221 [interface] tabindex not set correctly --- ChangeLog | 1 + tbl_change.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fdf3eb76..a36ff877c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -69,6 +69,7 @@ danbarry - bug #1990342 [import] SQL file import very slow on Windows, thanks to Richard Heaton - wotnot - bug [XHTML] problem with tabindex and radio fields +- bug #1971221 [interface] tabindex not set correctly 2.11.7.0 (not yet released) - bug #1908719 [interface] New field cannot be auto-increment and primary key diff --git a/tbl_change.php b/tbl_change.php index 90064f4e2..a5d2e7c95 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -241,8 +241,8 @@ $timestamp_seen = 0; $fields_cnt = count($table_fields); $tabindex = 0; -$tabindex_for_function = +1000; -$tabindex_for_null = +2000; +$tabindex_for_function = +3000; +$tabindex_for_null = +6000; $tabindex_for_value = 0; $o_rows = 0; $biggest_max_file_size = 0;