Hey guys,
if I create a new table I can switch from field to field with STRG + up or down on my Keyboard. If I do this the cursor is moveing 2 fields every time.
Or if I select a value in the dropdown menu for the type of my new column and switch a row down the value is changed to the next and I must edit the field again.
Can anyone reproduce it? I've tested it in 4.1.6 and your own master-demo.
Thank you in advance
I've tested it in 4.1.7 for a few minutes. I can reproduce it in this version too.
I've tried to solve this bug. See pull#923.
Part one of the bug fixed with https://github.com/phpmyadmin/phpmyadmin/pull/923.
https://github.com/phpmyadmin/phpmyadmin/pull/1045/
please see, my 2nd commit.
it solves both the parts of this bug.
this commit also solves the firefox bug #3799 which i was still able to produce in pma4.1.8
Fixed with https://github.com/phpmyadmin/phpmyadmin/pull/1100