Menu

#4272 (ok 4.1.7) Contest-4 / Incorrect tabindex

4.1.6
fixed
None
1
2014-02-09
2014-02-04
No

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.

Discussion

  • Marc Delisle

    Marc Delisle - 2014-02-08
    • summary: Incorrect tabindex --> Contest-4 / Incorrect tabindex
    • private: Yes --> No
     
  • Marc Delisle

    Marc Delisle - 2014-02-08
    • summary: Contest-4 / Incorrect tabindex --> (ok 4.1.7) Contest-4 / Incorrect tabindex
    • status: open --> pending
    • Priority: 5 --> 1
     
  • Marc Delisle

    Marc Delisle - 2014-02-09
    • Status: pending --> fixed
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.