Closed
Bug 110599
Opened 24 years ago
Closed 24 years ago
Un-needed (virtual) line break inserted
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ben, Assigned: attinasi)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5+)
Gecko/20011116
BuildID: 2001111603
This is hard to explain. Check out the URL below to see what I mean, I've
created a page to show explain it.
http://www.kvr-vst.com/mozilla-bug.htm
Basically if an image is added under some text (Using a <br> tag) but it is not
on the same line in the HTML an extra virtual line break appears to be inserted!
This doesn't occur in IE or Opera.
Reproducible: Always
Steps to Reproduce:
See URL
Comment 1•24 years ago
|
||
Confirming on 2001110903 Win2k and over to Parser.
Assignee: jst → harishd
Status: UNCONFIRMED → NEW
Component: DOM HTML → Parser
Ever confirmed: true
QA Contact: stummala → moied
![]() |
||
Comment 3•24 years ago
|
||
No, no, and no. The page is in quirks mode. Please don't pull the bug 22274
bogeyman in here.
--> layout
Assignee: harishd → attinasi
Component: Parser → Layout
QA Contact: moied → petersen
Comment 6•24 years ago
|
||
I created (with Marc's help) a test case that has three different scenarios, and
the reported line break is not evident at all. I will attach the testcase, but
am marking htis as wfm.
tested using the build from 20011212 on win98 and winNT
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 7•24 years ago
|
||
reduced test case with different tests that should have reproduced the problem.
As a sidenote, texttop is not a valid attribute value, the align attribute
values are: (top|middle|bottom|left|right)
You need to log in
before you can comment on or make changes to this bug.
Description
•