OData / odataorg.github.io

Staging site and collaboration repository for http://www.odata.org
MIT License
63 stars 101 forks source link

Tab navigation order is incorrect in the Advanced tutorial page #219

Closed marabooy closed 4 years ago

marabooy commented 4 years ago

​Repro Steps: ​​​ 1)Hit the URL "https://www.odata.org/" to open Odata website​ 2)Tab till 'Developers' link and press enter​ 3)Tab till 'Getting Started' option and press enter​ 4)Tab till "Advanced Tutorial" link and press enter​ 5)Verify Focus order is proper or not after the search field ​ ​ Actual Result:​ After the search field focus order is not proper, focus is going to the 'Singleton' link present at the right side navigation controls​ ​ Expected Result:​ Focus order should be proper after the search field, focus should go to the 'libraries' but not to the 'Singleton' link present at the right side navigation controls​

Additional comment. This seems to be due to the way the html is ordered as the navigation comes first in the markup and it uses css to float right.