Closed
Bug 1350463
Opened 8 years ago
Closed 8 years ago
nsIFrame::UpdateVisibilitySynchronously considers visibility: hidden as visible, but PresShell::MarkFramesInSubtreeApproximatelyVisible doesn't
Categories
(Core :: Layout: Images, Video, and HTML Frames, enhancement)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
Attachments
(1 file)
1.10 KB,
patch
|
MatsPalmgren_bugz
:
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•8 years ago
|
||
Attachment #8851147 -
Flags: review?(mats)
Updated•8 years 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•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•