Open
Bug 510404
Opened 16 years ago
Updated 3 years ago
<wbr> erase <br>'s empty line
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: h2onda, Unassigned)
Details
Attachments
(1 file)
|
206 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
Sample html :
<html>
<body style="border: solid;">
1st line<br><br>
2nd line<br><wbr><br>
3rd line<wbr><br><br>
4th line<br><br><wbr>
5th line<br>
</body>
</html>
When browsing above sample, spacing of each line should have empty line.
Fx 3.0.x does rendering correctly, but Fx 3.5.x, between 2nd line and 3rd line has no empty line.
Reproducible: Always
Steps to Reproduce:
1.Browsing sample html
2.
3.
Actual Results:
Between 2nd line and 3rd line has no empty line.
Expected Results:
Between 2nd line and 3rd line has empty line.
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
I can reproduce this on Windows Vista.
zilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0
Confirming on recent nightly, works as expected in any other browser
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → Trunk
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•