Closed Bug 263656 Opened 20 years ago Closed 20 years ago

Some html words won't break...

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

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.
<nobr>home</nobr><nobr>run</nobr> has no whitespace so how could in break,

use :
<nobr>home</nobr> <nobr>run</nobr>

INVALID ?



Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
This is not necessarily invalid.  It is, however, a dup.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---

*** This bug has been marked as a duplicate of 256643 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → DUPLICATE
(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 ?

Shouldn't that one be NEW ?

is what i meant
Uhm, whats a UNCO bug ???
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.