Closed
Bug 119654
Opened 22 years ago
Closed 20 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•22 years ago
|
||
Comment 2•22 years ago
|
||
I strongly think that our behavior is correct. The 'auto'-width of floats should depend on the contents of the float and of the width of the containing block, but never on the available space. See bug 85876 and bug 82315.
![]() |
||
Comment 3•22 years ago
|
||
waterson, should things like this just be dupped to bug 99461?
Depends on: 99461
Comment 4•22 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•22 years ago
|
Target Milestone: --- → mozilla1.2
Comment 6•21 years ago
|
||
restoring dependency (forgot that waterson wated to keep those, sorry)
Depends on: 99461
Comment 7•21 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•20 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 → ---
Updated•20 years ago
|
Severity: major → normal
OS: Windows 2000 → All
Priority: -- → P5
Hardware: PC → All
Target Milestone: --- → Future
![]() |
||
Comment 9•20 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•20 years ago
|
||
WONTFIX. We have too many quirks as it is.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•