Closed
Bug 300635
Opened 20 years ago
Closed 20 years ago
rendering error involving lists and aligned images
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: shadowstrike32, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511
Ok, there is a rendering error in your browser. when you have an image that is
aligned to the left of the text and then the text that it is aligned with is in
a list (<ul> only) the little dots that are supposed to signify a new line
appear over the image.
eg:
<textarea>
<img align=right src="foo.jpg">
<ul>
<li>foo</li>
<li>bar</li>
</ul>
</textarea>
(textarea tags are put in just incase the html renders)
Reproducible: Always
Steps to Reproduce:
i kinda explained it in the details...
1. have an image with align to right
2. have an unortdered list next to the image
3. watch the rendering error
Actual Results:
the dots of the unordered list appeared inside the image
Expected Results:
the dots should appear next to the image, not in it.
Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1)
> Related to/duplicate of Core bug 57882 and its duplicates?
related to = yes.
duplicare? no. so iguess the general bug is all left-aligned elements and
unordered lists.
*** This bug has been marked as a duplicate of 57882 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•