Open
Bug 729352
Opened 13 years ago
Updated 2 years ago
Floating first-letter should always stay next to the text it's the first-letter for
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: testcase)
Testcase (note that it CRASHES unless you use build with bug 638937 fixed):
layout/generic/crashtests/first-letter-638937.html
When resizing the window, sometimes the first-letter ends up in
a different column than the line of text it's supposed to be the
first-letter for. The placeholder and the float is in different
blocks. See bug 638937 for a dump of the frame tree.
When the bug occurs, the last line in the column before the one with
the first-letter is rendered right across the entire column set.
Comment 1•13 years ago
|
||
This, like bug 415506, should be addressed by making floating :first-letter be implemented as its own concept, separate from float.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•