Closed
Bug 375827
Opened 18 years ago
Closed 17 years ago
Text gets split when it should stay on one line in this case
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Assigned: dbaron)
References
Details
(Keywords: regression, testcase)
Attachments
(2 files)
See upcoming testcases, the second line should contain "texttext", you should not get 3 lines with "text".
There is a regression between 2006-12-07 and 2006-12-08, where the text overlaps the table border, a regression from the reflow branch landing. This is probably similar to bug 373295.
But I see another regression where "text" gets split over 3 lines, between 2007-03-20 and 2007-03-21:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2007-02-20+04&maxdate=2007-02-21+09&cvsroot=%2Fcvsroot
I guess this regressed by bug 369227, somehow.
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
Updated•18 years ago
|
Flags: blocking1.9?
Comment 3•18 years ago
|
||
Is bug 375497 related?
Assignee | ||
Comment 4•18 years ago
|
||
I suspect that fixing either bug 373295 (a reflow branch regression) or bug 375497 (I'm guessing an earlier regression, although I could be wrong) will fix this.
Assignee | ||
Updated•18 years ago
|
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → dbaron
No longer depends on: 373295
Fixed by the new textframe.
Comment 6•17 years ago
|
||
Someone want to check in the testcase and mark this fixed?
I'll do it
Comment 8•17 years ago
|
||
testcase now render:
text
texttext
checked in test.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 10•17 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•