cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

Works wrong when navigating using [Tab] #1201

Open nikolamarkelov opened 7 years ago

nikolamarkelov commented 7 years ago

Firefox 56, Chrome 61.

iScroll scroll positioning works wrong when navigating inside iscroll container using tabulation.

STR:

  1. Go to one of your examples: http://cubiq.org/dropbox/iscroll4/examples/simple/
  2. Add tabindex="0" to list items so they become available to be focused using tabulation.
  3. Try to navigate the list using [Tab] and look at scroll.

AR: image