Closed
Bug 210266
Opened 23 years ago
Closed 23 years ago
IFRAME NOT RIGHTLY POSITIONED after Mozilla 1.3 (works well with Camino 0.7)
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jcr, Unassigned)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030612
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030612
I have a home page where I use two IFRAMEs.
Since several weeks, one Iframe is not rendered rightly, it falls down the page
without any reason.
You can check these two attachments, made with latest 1.4rc2 and previous Camino
0.7.
Check it at http://www.astrologiadinamica.it
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•23 years ago
|
||
You see the iFrame indicated by the arrow, a long list of titles and dates.
| Reporter | ||
Comment 2•23 years ago
|
||
If you go at http://www.astrologiadinamica.it you see the iFrame put for below
its right position.
this bug is here since a few weeks, probably the new XUL engine has some
wrongsetting.
This problem is also with Mozilla Firebird.
Don't know about windows.
Comment 3•23 years ago
|
||
We fixed a bug in float rendering since 1.3. The bug was a violation of rule #5
at http://www.w3.org/TR/CSS2/visuren.html#float-position
In particular, you have a right-floater (iframe with id "testiBase"). Then you
have another right-floater (div with id "Postfazione"). The left-floater in
question (iframe with id "annoPolitica") comes after them in the DOM, so its top
may not be above the top of the "Postfazione" div. Which is in fact exactly
what you are seeing in our rendering.
So the layout you are now seeing is in fact required by the definition of "float".
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 4•23 years ago
|
||
Thanks for the time you took to explain this, I will rewrite the page just now.
Mozilla beats them all!!!
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•