Mouse back/forward not triggering mouseup/down event
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: andro.marian.v94, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0
Steps to reproduce:
Enter the test page for mouse buttons:
https://www.onlinemictest.com/mouse-test/
Actual results:
The mouse buttons 4/5 back/forward is not working anymore.
Expected results:
The mouse buttons should be light blue
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
|
||
(In reply to Marian from comment #0)
The mouse buttons 4/5 back/forward is not working anymore.
When you say "is not working anymore", do you mean that it did work in the past? If so, do you know when it stopped working?
Not sure. But I think the mouse events in JavaScript was working.
I will check when I arrive home to check.
Seams is not working on older version. Just on other browser.
I was trying to do a way to close the tab when pressing the Back button if there is no previous history.
If a website opens a new tab and pressing the back button, should close that tab to go back to previous tab.
Description
•