Closed
Bug 97990
Opened 24 years ago
Closed 24 years ago
negative text-indent moves text over bullets in bulleted list
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: apa3a, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
244 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.3+) Gecko/20010824
BuildID: 2001082421
The last bulleted list on www.samizdat.com under header "Family genealogy,
history, photos" has bullets over text.
Reproducible: Always
Steps to Reproduce:
1. Load www.samizdat.com in browser
2. Scroll to the end of page.
3.
Actual Results: The last bulleted list has bullets over text
Expected Results: The last bulleted list has bullets before text
HTML source for the section:
<h3>
<hr WIDTH="100%"><b>Family genealogy, history, photos</b></h3>
<ul>
<div style="margin-left:.5in;text-indent:-.25in;mso-list:l28 level1 lfo330;
tab-stops:list .5in">
<blockquote>
<li>
<a href="http://www.samizdat.com/gen/daly/album.html">Daly family album</a></li>
<li>
<a href="http://www.samizdat.com/gen/bogan/notes.html">The Bogans of Cork,
Ireland</a></li>
<li>
<a href="http://www.samizdat.com/gen/estes/kefauver.html">Ties to Estes
Kefauver</a></li>
<li>
<a href="http://www.samizdat.com/brad1.html">Autobiography of Virginia
Bradford, silent film star</a></li>
</blockquote>
</div>
</ul>
Comment 1•24 years ago
|
||
Confirmed for build 2001082803 on Win Me
Comment 2•24 years ago
|
||
I see this too on Win98SE, 2001080110
OS-> All
Reduced testcase :
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>funny bullets</title>
</head>
<body>
<ul>
<!-- removing this div tag fixes it -->
<div style="text-indent: -0.25in; ">
<li>list text</li>
</div>
</ul>
</body>
</html>
(I'll add it as an attachment in a mo)
It looks like the negative text-indent is pulling the text over the bullet.
I'll leave the HTML weenies to figure out what it's SUPPOSED to be doing.
This also looks kinda similar to bits of bug 87724, and may be a duplicate of
that bug.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OS: Linux → All
Summary: Bullets are over text in bulleted list → negative text-indent moves text over bullets in bulleted list
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
*** This bug has been marked as a duplicate of 13869 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•