Closed
Bug 4832
Opened 26 years ago
Closed 25 years ago
{inc}[FLOAT] right floating elements bigger than parent touch wrong edge
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dbaron, Assigned: buster)
References
()
Details
(Keywords: css1)
Right floating elements that are bigger than their parent element should touch
the right edge of the parent and stick out the left, I would think.
It's not all that serious. See the last 2 tests in the above URL. (Actually
the forty-third and forty-fourth - I may add more.)
I landed a fix for this on monday; note that you won't get a horizontal
scrollbar for things sticking out the left edge.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 2•26 years ago
|
||
Your fix changed things so that the text in the last paragraph in the above
page doesn't flow below the float anymore. It ends up above it. It should
work just like the next-to-last case.
Updated•26 years ago
|
Summary: right floating elements bigger than parent touch wrong edge → {css1} right floating elements bigger than parent touch wrong edge
Updated•26 years ago
|
QA Contact: 4144 → 4110
Reporter | ||
Comment 3•25 years ago
|
||
This looks fixed.
However, I really think you ought to provide a scrollbar for left/top overflow.
This is especially serious for RTL text. The initial position should still be
(0,0). I guess I should file that as a separate RFE...
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
Has been fixed, probably by recent incremental reflow w/floaters bug fixes.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
Using 10/20 app, verified fixed.
Reporter | ||
Updated•25 years ago
|
Status: VERIFIED → REOPENED
Reporter | ||
Comment 6•25 years ago
|
||
I'm reopening this because the bug described in my 04/22 comment has returned.
I'll try and get you a simplified test case...
Reporter | ||
Updated•25 years ago
|
Resolution: FIXED → ---
Summary: {css1} right floating elements bigger than parent touch wrong edge → {inc}{css1} right floating elements bigger than parent touch wrong edge
Reporter | ||
Comment 7•25 years ago
|
||
The problem is actually incremental. It goes away on a resize reflow. Marking
{inc}.
Reporter | ||
Comment 8•25 years ago
|
||
I can't get a good test case because this seems to be highly dependent on the
other contents of the file - probably because the incremental reflow units are
now based on the size of the chunks handled by the networking code.
The problem is in the second to last test case of the above URL. I imagine it
may not be reproducable anymore if the network code or content sink changes.
Comment 10•25 years ago
|
||
Why are you re-reassing layout bugs? Do NOT touch layout bugs.
The bugs are assigned to Kipp so they can stay neatly organized until we have a
new owner for the block/inline code.
Summary: {inc}{css1} right floating elements bigger than parent touch wrong edge → {inc}{css1} [FLOAT] right floating elements bigger than parent touch wrong edge
Comment 11•25 years ago
|
||
Migrating from {css1} to css1 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
Updated•25 years ago
|
Summary: {inc}{css1} [FLOAT] right floating elements bigger than parent touch wrong edge → {inc}[FLOAT] right floating elements bigger than parent touch wrong edge
Assignee | ||
Comment 14•25 years ago
|
||
redistributing bugs across future milestones, sorry for the spam
Target Milestone: M18 → M19
Comment 15•25 years ago
|
||
As per meeting with ChrisD today, taking QA.
QA Contact: chrisd → py8ieh=bugzilla
Comment 16•25 years ago
|
||
The bug seems to have gone. Marking WORKSFORME, but David could you check this
again? Your comments mention 44 tests on that page but the last two are numbered
in the twenties so I don't know if the bug really is fixed...
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
QA Contact: py8ieh=bugzilla → dbaron
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•