Closed
Bug 1433755
Opened 7 years ago
Closed 7 years ago
Thumb dragging in the popup(alert) dialog scrolls parent window instead of the popup dialog
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | disabled |
People
(Reporter: alice0775, Assigned: kats)
References
Details
Attachments
(1 file)
3.30 KB,
text/html
|
Details |
Reproducible : always if WebRender is enabled
Steps to reproduce:
1. Enable WebRender
user_pref("gfx.webrender.all", true);
2. Open attached testcase. And click on a link "click" so that a dialog box will pop up
3. Try to scroll the dialog with scroll thumb in the dialog
Actual results:
Scroll parent window
Expected results:
Scroll the dialog
Assignee | ||
Comment 1•7 years ago
|
||
I'm not able to reproduce on OS X. With both gfx.webrender.hit-test enabled and disabled it works as expected.
Assignee | ||
Comment 2•7 years ago
|
||
Ah, I can reproduce on windows. But turning on gfx.webrender.hit-test seems to fix it.
Depends on: 1421380
Comment 3•7 years ago
|
||
Nightly 60 x64 20180128100650 de_DE @ Debian Testing (KDE, Radeon RX480)
fresh profile: gfx.webrender.all
I can reproduce. Fixed by gfx.webrender.hit-test;true.
status-firefox58:
--- → unaffected
status-firefox59:
--- → unaffected
status-firefox-esr52:
--- → unaffected
OS: Windows 10 → All
Once hit-test is the default, we can close this.
Updated•7 years ago
|
Blocks: stage-wr-nightly
No longer depends on: stage-wr-nightly
Assignee | ||
Comment 5•7 years ago
|
||
Fixed by bug 1421380.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•