Closed
Bug 591754
Opened 14 years ago
Closed 9 years ago
Can scroll window with mousewheel while alert dialog is open
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
181 bytes,
text/html
|
Details |
See testcase, an alert opens up when visiting that page.
When using the mousewheel while that alert dialog is open, the page scrolls.
That should not be happening.
This works in a 2010-08-17 build, but fails in a 2010-08-18 build, so I think a regression from bug 130078.
Comment 1•14 years ago
|
||
(In reply to comment #0)
> When using the mousewheel while that alert dialog is open, the page scrolls.
> That should not be happening.
You are right, I assume, that the design is such that it should not happen.
However, this seems like a useful feature.
Rather than preventing the user from scrolling (or whatever) it would seem better if the browser merely prevented the (content) JS context that spawned the alert from receiving events (until the alert closed).
Comment 2•14 years ago
|
||
Our tab modal alerts seem to have addressed this. RWFM?
Reporter | ||
Comment 3•14 years ago
|
||
It probably still happens.
20160502172042 Mozilla/5.0 (Windows NT 6.1; rv:46.0) Gecko/20100101 Firefox/46.0
20160517030211 Mozilla/5.0 (Windows NT 6.1; rv:49.0) Gecko/20100101 Firefox/49.0
Not reproducible in Windows 7 with latest Firefox 46 RC and with latest Firefox nightly 49.0a1.
Considering this, I will mark this issue as Resolved-WORKSFORME.
If anyone can still reproduce it, feel free to reopen the issue and provide more information.
Thanks
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•