bug #1971221 [interface] tabindex not set correctly

This commit is contained in:
Marc Delisle
2008-06-23 11:56:41 +00:00
parent afbb2a9dc2
commit d84d3bf2e9
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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;