Closed Bug 318369 Opened 19 years ago Closed 19 years ago

display problem in div(justify) don't brake lines

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: bibok.andras, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

I used the DIV tag with JUSTIFY align to write text from database to the website, but Mozilla 1.5 didn't brake lines. The width is fixed, but the browser can't display it. For example, I vainly set the width parameter to 450, it don't brake the lines and do the align, but it write the text in one line, while it ends. It start a new line, just when I replace the ENTER char whith BR tag.

Reproducible: Always

Steps to Reproduce:
1.Install firefox 1.5 with default options
2.Open my website
3.See the bug

Actual Results:  
My website looks terrible with the firefox 1.5. It worked fine with the old versions.

Expected Results:  
Brake the lines when it's longer then the WIDTH limit.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Why did you resolve this bug?

You need to remove the "nowrap" attribute from |<td width="519" align="left" valign="top" nowrap>|. This behavior was changed in bug 277232. See also bug 318262 and bug 308161.
Ah, I see that you have already made that change. :)
You need to log in before you can comment on or make changes to this bug.