Menu

#3370 (ok 3.4.4) TABbing through a NULL field resets NULL

3.4.3
fixed
Interface (555)
1
2013-06-11
2011-07-07
No

phpmyadmin 3.4.3.1

1) Set up the test table:

create table `test` (`col1` datetime not null, `col2` datetime null, `col3` datetime not null)
insert into `test` values (0, NULL, 0)

2) browse table "test"
3) Click on the inline edit icon to open that row for inline editing
4) Focus on (click on) the input field for "col1". Note that NULL checkbox on 'col2' is checked,
5) Press TAB a few times.As soon as the cursor leaves input field for 'col2' (onblur), the NULL checkbox on 'col2' gets unchecked, even though no editing was done to that field

Desired behavior: TABbing through 'col2' should not change the state of its NULL checkbox.

Discussion

  • Wesha the Leopard

    • summary: TABbing through a NULL field in an inline mode resets NULL. --> TABbing through a NULL field in the inline mode resets NULL.
    • priority: 5 --> 3
     
  • Madhura Jayaratne

    Tested with IE9, Chrome12 and FF5 and the bug is evident only in FF.

     
  • Madhura Jayaratne

    • assigned_to: nobody --> madhuracj
     
  • Madhura Jayaratne

    • priority: 3 --> 1
    • summary: TABbing through a NULL field in the inline mode resets NULL. --> (ok 3.4.4.0) TABbing through a NULL field resets NULL
    • status: open --> open-fixed
     
  • Madhura Jayaratne

    This bug was fixed in repository and will be part of a future release; thanks for reporting.

     
  • Madhura Jayaratne

    • summary: (ok 3.4.4.0) TABbing through a NULL field resets NULL --> (ok 3.4.4) TABbing through a NULL field resets NULL
     
  • Marc Delisle

    Marc Delisle - 2011-08-24
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed
     
MongoDB Logo MongoDB