Closed
Bug 1438527
Opened 7 years ago
Closed 7 years ago
Scrolling through the "Exceptions" entries also scrolls through the about:preferences#privacy page
Categories
(Core :: Web Painting, defect)
Tracking
()
VERIFIED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | verified |
firefox61 | --- | verified |
People
(Reporter: emilghitta, Assigned: mikokm)
References
Details
(Keywords: regression)
Attachments
(3 files)
[Affected versions]:
60.0a1 (BuildId:20180215103933)
[Unaffected versions]:
59.0b9 (BuildId:20180209162511)
58.0.2 (BuildId:20180206200532)
52.6.0 esr (BuildId:20180118122319)
[Affected platforms]:
Windows 10 64bit.
macOS 10.13.
Ubuntu 16.04 64bit.
[Steps to reproduce]:
1. Launch Firefox with a clean profile.
2. Access the about:preferences#privacy page.
3. Click the "Exceptions" button.
4. Add several entries until the scrollbar is displayed.
5. Scroll through the entered entries.
[Expected result]:
The user can successfully scroll through the entered entries.
[Actual result]:
The scrolling is performed outside the "Exceptions" window as well.
[Regression range]:
This is a recent regression:
Last good revision: 358ec67834f6960938e60ced3018626f0d0cfd43
First bad revision: 5417b73364be93e83abf43ec1993d4da78396a83
Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=358ec67834f6960938e60ced3018626f0d0cfd43&tochange=5417b73364be93e83abf43ec1993d4da78396a83
[Note]
I can see that this issue is reproducible with the "Saved Logins" window as well.
For further information regarding this issue please observe the attached screencast.
Reporter | ||
Comment 1•7 years ago
|
||
Hi Miko!
It seems that mozregression pointed out Bug 1434243.
Can you please have a look into this?
Thanks!
Flags: needinfo?(mikokm)
Assignee | ||
Comment 2•7 years ago
|
||
Thank you for the report, I will investigate this.
Assignee: nobody → mikokm
Status: NEW → ASSIGNED
Flags: needinfo?(mikokm)
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 4•7 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•7 years ago
|
||
The problem was similar to bug 1118051. Now nsDisplayCompositorHitTestInfo uses roughly the same visible rect logic as nsDisplayLayerEventRegions.
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8951569 [details]
Bug 1438527 - Use non-empty bounds for nsDisplayCompositorHitTestInfo to ensure proper layer assignment
https://reviewboard.mozilla.org/r/220886/#review227050
Attachment #8951569 -
Flags: review?(matt.woodrow) → review+
Pushed by mikokm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/34d3b357c867
Use non-empty bounds for nsDisplayCompositorHitTestInfo to ensure proper layer assignment r=mattwoodrow
Comment 9•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Flags: qe-verify+
Comment 10•7 years ago
|
||
I managed to reproduce the bug using an older version of Nightly (2018-02-15) on Windows 10 x64.
I retested everything on latest Nightly 61.0a1 and beta 60.0b5 using Windows 10 x64, Ubuntu 16.04 x64 and macOS 10.13 and the bug is not reproducing anymore. The user can successfully scroll through the entered entries without scrolling the whole page that is in the background.
You need to log in
before you can comment on or make changes to this bug.
Description
•