[Fission] Unexpected blank/white space on the right side of iframes (next to scrollbar)
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: dholbert, Assigned: hiro)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
+++ This bug was initially created as a clone of Bug #1656086 +++
STR:
-
Ensure that you're running in a browser with Fission enabled. (e.g. set
fission.autostart
totrue
in about:config and restart Firefox) -
View this data URI:
data:text/html,<iframe src="https://www.w3.org/" style="width:500px">
EXPECTED RESULTS:
At the right side (next to the scrollbar), you should see a stripe with a blue gradient (which you'll also see if you directly visit https://www.w3.org/)
ACTUAL RESULTS::
There's a white stripe there instead.
Nightly-without-Fission and Chrome both give me EXPECTED RESULTS.
Nightly-with-Fission gives me ACTUAL RESULTS.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 1•4 years ago
|
||
Regression range (from tnikkel in bug 1656086 comment 25, which I just double-checked with my STR here, & confirmed to still be correct):
Reporter | ||
Comment 2•4 years ago
|
||
Reporter | ||
Comment 3•4 years ago
|
||
Simpler testcase (doesn't depend on w3c-hosted content):
data:text/html,<iframe src="https://bug1697890.bmoattachments.org/attachment.cgi?id=9208495">
EXPECTED RESULTS: Consistent lime border inside the iframe (with a little space set aside for a scroller at the right side)
ACTUAL RESULTS: lime border is missing on the right side; it's clipped. (It looks like we're reserving twice as much space as we actually need for the scrollbar, or something like that.)
Reporter | ||
Updated•4 years ago
|
Sometimes it looks like this. Is this the same bug?
Reporter | ||
Comment 6•4 years ago
|
||
I'm not sure; it might be. Can you reproduce that issue in an iframe in a data:text/html,<iframe src="...some yahoo URL here...">
testcase?
Assignee | ||
Comment 7•4 years ago
|
||
There may be still inconsistency uses of IsRootContentDocument().
Updated•4 years ago
|
Assignee | ||
Comment 8•4 years ago
|
||
I found the place.
Assignee | ||
Comment 9•4 years ago
|
||
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Description
•