nsIFrame::UpdateVisibilitySynchronously considers visibility: hidden as visible, but PresShell::MarkFramesInSubtreeApproximatelyVisible doesn't
RESOLVED
FIXED
in Firefox 55
Status
()
People
(Reporter: tnikkel, Assigned: tnikkel)
Tracking
Firefox Tracking Flags
(firefox55 fixed)
Details
Attachments
(1 attachment)
1.10 KB,
patch
|
mats
:
review+
|
Details | Diff | Splinter Review |
See bug 1312770, comment 53. The difference stems from when this code was first landed. I'm not sure if I had a reason for that, but having these two pieces of code disagreeing is not what we want.
(Assignee) | ||
Comment 1•a year ago
|
||
Created attachment 8851147 [details] [diff] [review] patch
Attachment #8851147 -
Flags: review?(mats)
Updated•a year ago
|
Attachment #8851147 -
Flags: review?(mats) → review+
Pushed by tnikkel@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/86e46eaaacfb Consider visibility: hidden frames to be not visible in nsIFrame::UpdateVisibilitySynchronously to match PresShell::MarkFramesInSubtreeApproximatelyVisible. r=mats
Comment 3•a year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/86e46eaaacfb
Status: NEW → RESOLVED
Last Resolved: a year ago
status-firefox55: affected → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•