Closed
Bug 1460482
Opened 7 years ago
Closed 7 years ago
Force root scrollframe overlay scrollbars to be positioned and on top of all content
Categories
(Core :: Web Painting, enhancement, P2)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Overlay scrollbars disable retained-dl, since their z-index positioning depends on the other content built in the display list.
For the root scrollframe, we should just be able to always force their scrollbars to z-index:INT32_MAX without issue, and then we have deterministic positioning.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8974604 [details]
Bug 1460482 - Force root scroll frame overlay scroll bars to be always on top.
https://reviewboard.mozilla.org/r/242970/#review249052
Attachment #8974604 -
Flags: review?(mstange) → review+
Comment hidden (mozreview-request) |
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fd3cab8c506a
Force root scroll frame overlay scroll bars to be always on top. r=mstange
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•7 years ago
|
Assignee: nobody → matt.woodrow
Updated•7 years ago
|
Flags: qe-verify?
Comment 6•7 years ago
|
||
Is manual testing required for this fix?
If yes, could you please provide some clear steps on how we can check this?
Thank you.
Flags: needinfo?(matt.woodrow)
Assignee | ||
Comment 7•7 years ago
|
||
No, this shouldn't need verification, it was just an internal optimization.
Flags: needinfo?(matt.woodrow)
Comment 8•7 years ago
|
||
Thanks for the prompt answer. Changing the flag accordingly.
Flags: qe-verify? → qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•