Closed
Bug 1464596
Opened 7 years ago
Closed 5 years ago
Misplaced iframe
Categories
(Core :: Layout: Floats, enhancement, P3)
Core
Layout: Floats
Tracking
()
People
(Reporter: jesup, Assigned: heycam)
References
()
Details
Attachments
(1 file)
|
649 bytes,
text/html
|
Details |
I'm not sure why this iframe is misplaced, but it clearly is in beta and nightly at least. It appears correctly in Chrome and Safari. The misplaced iframe is the recaptcha; it appears far to the left and above where it should; it's inside a 304x78 div, and the iframe has size 304x78. (from devtools the iframe's div appears properly centered, but too high. the iframe itself is far to the right and lower)
| Assignee | ||
Comment 1•7 years ago
|
||
Here's a reduced test. It seems like the red box should be placed below the orange one, since it can't fit in its container (the grey box) but it could fit if it moves past the floats.
| Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•7 years ago
|
Component: Layout → Layout: Floats
| Assignee | ||
Comment 2•7 years ago
|
||
The purple box having a negative margin, so that it doesn't intrude into the grey container box seems necessary for the test case to misbehave.
| Assignee | ||
Comment 3•7 years ago
|
||
(I'll look at this as time permits, to learn a bit about reflow.)
Assignee: nobody → cam
| Assignee | ||
Comment 4•5 years ago
|
||
This was fixed in the Firefox 62 timeframe, possibly by bug 1466231.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•