EwanRoycroft / react-lrud

Official React bindings for Lrud
Apache License 2.0
0 stars 0 forks source link

Demo: Page does not scroll when rail item is re-focused #1

Open EwanRoycroft opened 2 years ago

EwanRoycroft commented 2 years ago

Steps to reproduce

  1. Reload the application and start from the top of the page.
  2. Press down. The page will scroll down.
  3. Press up. The page will scroll up.
  4. Press down again. The page will not scroll.
EwanRoycroft commented 2 years ago

onActive is never called for grid_row0 on step 4. This is a screenshot from just after step 3, showing that grid_row0 is still active, when it should have become inactive:

image

EwanRoycroft commented 2 years ago

This is raised as an issue in lrud: bbc/lrud#96