jpatokal / openflights

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
http://openflights.org
GNU Affero General Public License v3.0
1.41k stars 396 forks source link

[Bug] Tab order incorrect [sf#78] #78

Open jpatokal opened 9 years ago

jpatokal commented 9 years ago

Reported by jpatokal on 2010-10-26 07:08 UTC Tabbing through the fields (at least in Firefox) does not work in a logical order, which is frustrating when trying to quickly enter information mouse-free. For example, it goes:

Date Departure time Departure city (skipping arrival time) Arrival city (then logical order until Plane Reg Add (button) Clear (button) Exit (button) (Then a bunch of other items on the page before Arrival time ? next to Trip Two random links on the page that I can't find Trip popup menu Class (radio buttons for Economy, Premium Economy, Business, and First) Reason (radio buttons for Work, Leisure, Crew, and Other) ? next to Carrier

It should be all in sequential order from top to bottom, then left to right, and finally ending on the Add button.

reedy commented 1 year ago

This still seems relevant...

It skips arrival time, until after logout... then does class, reason.

Those three do seem to be out of order

chrisrosset commented 1 year ago

Arrival time is missing tabindex. This should be an easy fix.