Closed
Bug 263656
Opened 20 years ago
Closed 20 years ago
Some html words won't break...
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 256643
People
(Reporter: Soulhunter-No.1, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3 A word that's written in html as <nobr>home</nobr><nobr>run</nobr> won't break as home(break)run but won't break at all !!! Reproducible: Always Steps to Reproduce: Write a word, and enclose it in four NOBR tags, two for the first part of the word, and two for the second: <nobr>one</nobr><nobr>two</nobr>. Then resize the browser window (or its enclosing block element) so that the word does not fit. Actual Results: No break in the middle !!! Expected Results: It should break in the middle, between the two NOBR tags, which it does in other browsers such as IE, but it doesn't.
Comment 1•20 years ago
|
||
<nobr>home</nobr><nobr>run</nobr> has no whitespace so how could in break, use : <nobr>home</nobr> <nobr>run</nobr> INVALID ?
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 2•20 years ago
|
||
This is not necessarily invalid. It is, however, a dup.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 256643 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → DUPLICATE
Comment 4•20 years ago
|
||
(In reply to comment #2) > This is not necessarily invalid. It is, however, a dup. Now you duped against an UNCO bug, Shouldn't that one be invalid ?
Comment 5•20 years ago
|
||
Shouldn't that one be NEW ? is what i meant
| Reporter | ||
Comment 6•20 years ago
|
||
Uhm, whats a UNCO bug ???
| Reporter | ||
Comment 7•20 years ago
|
||
Re: <nobr>home</nobr><nobr>run</nobr> has no whitespace so how could in break, use: <nobr>home</nobr> <nobr>run</nobr> ________________ If I used a space then it would not be one word, and I wouldn't be needing any nobr tags. Just for clarification: "home run" != "homerun"
You need to log in
before you can comment on or make changes to this bug.
Description
•