Closed
Bug 390920
Opened 18 years ago
Closed 18 years ago
Don't break around
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
VERIFIED
FIXED
People
(Reporter: sgautherie, Assigned: masayuki)
References
()
Details
(Keywords: regression)
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.5) Gecko/20070716 SeaMonkey/1.1.3] (release) (W2Ksp4)
No bug.
Regressed between (there is no Windows SeaMonkey build to narrow it further)
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a7pre) Gecko/200707100303 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
and
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a7pre) Gecko/200707131111 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
1. Display <http://www.cashkado.com/>.
1r. See that, at the top of the page, the horizontal part containing the login box is badly displayed.
NB: I guess this could be a dupe, but I don't know what bug to search for...
Flags: blocking1.9?
| Reporter | ||
Comment 1•18 years ago
|
||
It's enough to call <http://www.cashkado.com/haut.php> to see it.
Comment 2•18 years ago
|
||
Regression range for this is http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=1184253420&maxdate=1184258459
Caused by Bug 255990 ?
| Assignee | ||
Comment 3•18 years ago
|
||
This may not be my regression.
The cell has
td
+- #text " [ "
+- span
| +- #text "01:49:00"
+- #text " ] "
This is rendered as:
-------
[ 01:49:00 ]
-------
So, there are two lines which only have space.
| Assignee | ||
Comment 4•18 years ago
|
||
oops, the text is " [ "
this is really my regression, but I designed so.
| Assignee | ||
Comment 5•18 years ago
|
||
er, ok. (and also the characters which has "NON-BREAK" in unicode) should not breakable around it... We need new class for it, I think.
| Assignee | ||
Updated•18 years ago
|
| Assignee | ||
Updated•18 years ago
|
| Reporter | ||
Updated•18 years ago
|
Component: Layout → Layout: Fonts and Text
Flags: blocking1.9? → blocking1.9+
| Assignee | ||
Comment 6•18 years ago
|
||
fixed by the checked-in for bug 389056.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•18 years ago
|
||
V.Fixed between
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a8pre) Gecko/2007091803 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
and
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a8pre) Gecko/2007091902 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
on comment 1 URI.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•