Closed
Bug 119654
Opened 24 years ago
Closed 22 years ago
float left followed by float right error
Categories
(Core :: Layout: Floats, defect, P5)
Core
Layout: Floats
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: erik, Unassigned)
References
Details
(Keywords: compat, Whiteboard: INVALID: WONTFIX?)
Attachments
(1 file)
|
1.60 KB,
text/html
|
Details |
Actual behavior: If one has an element with float left and directly after that
an element with float right the second element is placed below the first
element. If the order is changed the float right element is placed above.
Desired (correct?) behavior: The elements should be placed on the same line
(same distance from the top). This works as expected in both Opera6 and IE6.
Mozilla version: 2002010903
Attachment follows...
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
waterson, should things like this just be dupped to bug 99461?
Depends on: 99461
Comment 4•24 years ago
|
||
We probably ought to leave them as dependencies, since `fixing' bug 99461 is
probably what will have triggered most of them.
dbaron, hixie: I have a bad feeling that we're going to need to implement that
quirk.
Updated•24 years ago
|
Target Milestone: --- → mozilla1.2
Comment 6•24 years ago
|
||
restoring dependency (forgot that waterson wated to keep those, sorry)
Depends on: 99461
Comment 7•24 years ago
|
||
The CSS working group is very clear about what the right behaviour is here, so
if we really have to implement this, it will absolutely have to be limited to
quirks mode. I strongly urge you not to bother.
Keywords: compat
Whiteboard: INVALID: WONTFIX?
Comment 8•22 years ago
|
||
->Floats
Assignee: attinasi → float
Component: Layout → Layout: Floats
QA Contact: petersen → ian
Summary: [FLOAT] float left followed by float right error → float left followed by float right error
Target Milestone: mozilla1.2alpha → ---
Severity: major → normal
OS: Windows 2000 → All
Priority: -- → P5
Hardware: PC → All
Target Milestone: --- → Future
Comment 9•22 years ago
|
||
I think we should just wontfix this. If we ever decide to implement that quirk,
we'll end up with a bug to that effect and this one will just continue to rot.
Comment 10•22 years ago
|
||
WONTFIX. We have too many quirks as it is.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•