up and down arrow keys sometimes have an effect other than scrolling - focus issue?
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: vincent-moz, Unassigned)
Details
The page https://fr.wikipedia.org/w/index.php?hidepreviousrevisions=1&hidecategorization=1&hideWikibase=1&limit=700&days=14&title=Sp%C3%A9cial%3AListe_de_suivi&urlversion=2 is currently loaded in a tab. If I type the up or down arrow key while the focus is on the page itself, instead of scrolling, this sometimes changes the limit parameter and reloads the page, as if the focus were on the "X modifications, Y jours" box. For instance, the down arrow key gives https://fr.wikipedia.org/w/index.php?hidepreviousrevisions=1&hidecategorization=1&hideWikibase=1&limit=50&days=14&title=Sp%C3%A9cial%3AListe_de_suivi&urlversion=2 (the limit has changed to 50).
Note: once this issue disappears, it may reappear after I click on the "X modifications, Y jours" box and give the focus back to the page (by clicking on it).
A possible way to reproduce the issue (for those who have a fr.wikipedia.org account and have pages on their watchlist):
- Open https://fr.wikipedia.org/wiki/Sp%C3%A9cial:Liste_de_suivi
- Click on the "X modifications, Y jours" box, then back on the page.
- Type the down arrow key.
The same issue actually seems to be also present on the en.wikipedia.org watchlist page:
- Open https://en.wikipedia.org/wiki/Special:Watchlist
- Click on the "X changes, Y days" box, then back on the page.
- Type the down arrow key.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: UI Events & Focus Handling' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 year ago
|
||
I can reproduce. It also happens in Safari TP. But not in Chrome. I don't know yet if this is due to a bug in Firefox (and Safari?) or if it's something the page is doing.
Description
•