Closed Bug 231609 Opened 21 years ago Closed 21 years ago

<img>&nbsp;Text causes line break

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 139723

People

(Reporter: bugzilla, Assigned: bugzilla)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040114 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040114 Firebird/0.7+

Normally, an image, followed by &nbsp; ("non-breaking space") and more text,
there should be no line break between the image and the text. IE 6 will render
it like that, but Firebird will break the line, if the image still fits in it
but the first word of the following text does not. So what about making the
non-breaking space to what it's called?

Reproducible: Always

Steps to Reproduce:
<img src="...">&nbsp;Some more words
----------------------^  (end of window/line)
Actual Results:  
<img...>\n
Some more words

Expected Results:  
\n
<img...> Some more words

*** This bug has been marked as a duplicate of 139723 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.