Open
Bug 1446484
Opened 7 years ago
Updated 2 years ago
autoscroll doesn't stop on page nav/close
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement, P3)
Tracking
()
NEW
People
(Reporter: mixedpuppy, Unassigned)
References
Details
From Bug 1374188
You might consider it a bug, since autoscrolling should be page specific:
- if you reload the page programmatically the autoscrolling icon should go away
- if you close the tab programmatically the autoscrolling icon should go away
- setting the focus/calling the click event programmatically on any HTML element should also remove the autoscrolling icon (like with manual focusing)
- with any key event (even synthetic ones) - maybe except for the arrow keys - the autoscrolling icon should go away
Updated•7 years ago
|
Component: Untriaged → Event Handling
Product: Firefox → Core
This could use steps to reproduce. (As in assuming the reader doesn't know what the autoscrolling icon is. Is it a Windows thing?)
Comment 2•6 years ago
|
||
Given we WONTFIXed bug 1374188, I'm going to mark this as P3.
OS: Unspecified → Windows
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•