Start with this structure
CREATE TABLE IF NOT EXISTS t1 (
c1 int(11) NOT NULL,
c2 int(11) NOT NULL,
c3 text NOT NULL,
PRIMARY KEY (c1)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Open the table and click on Insert. You'll see that you can use the tab key to go from one value to the next. Now, use the "Continue insertion with 5 rows" dialog and you'll see that the tabindex is broken.
Hi Mark,
I fixed this issue.
Please check https://github.com/phpmyadmin/phpmyadmin/pull/900
Fixed with https://github.com/phpmyadmin/phpmyadmin/commit/1156b575a9cc335494db16d56f20b7271c84f160