Closed
Bug 295219
Opened 20 years ago
Closed 17 years ago
eprox.ch - bullet list with ul&li within table cell: bullets outside cell
Categories
(Tech Evangelism Graveyard :: German, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: kmohr, Unassigned)
References
()
Details
Attachments
(1 file)
|
502 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050510 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050510 Firefox/1.0.4 If you look at the example page, qou will find two bullet lists. the bullets should appear in the contents cell, instead they show above the menu cell, where the nav buttons are placed. when a bulleted list is written ouside a table, they are shown correctly. (no special styles for ul or li used Reproducible: Always Steps to Reproduce: 1. Open Firefox 2. go to the example site http://www.eprox.ch/index.php?catID=2&subID=2 3. see the bullets over the menu buttons Actual Results: the bullets are shown not within the boundaries of the table cell (content area) Expected Results: show the bullets within the boundaries of the cell
Comment 1•20 years ago
|
||
Can you provide a reduced testcase ?
Component: General → Layout: Block and Inline
Product: Firefox → Core
QA Contact: general → layout.block-and-inline
Version: unspecified → Trunk
I think if you were to add "list-style-position: inside;" to the UL CSS it would produce the desired effect. Since you eliminated the padding inside the UL, there was nowhere to put the bullets outside the list block. http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position Default for list-style-position is "outside", so this is probably the intended behavior.
Comment 3•19 years ago
|
||
The rendering is correct given the styles on that page.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 4•19 years ago
|
||
Shouldn't this be Tech Evangelism then?
Comment 5•19 years ago
|
||
If we really care, sure. Do we have anyone actually doing evangelism?
Comment 6•19 years ago
|
||
I dunno, but I see activity on some Tech Evangelism bugs, but ususally that is just people that found the bug due to that they see the same issue At least the issue is filed in bugzilla and new bugs on the same issue can be duplicated
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Summary: bullet list with ul&li within table cell: bullets outside cell → eprox.ch - bullet list with ul&li within table cell: bullets outside cell
Updated•19 years ago
|
Assignee: nobody → german
Component: Layout: Block and Inline → German
Product: Core → Tech Evangelism
QA Contact: layout.block-and-inline → german
Version: Trunk → unspecified
This problem is pretty common. I always try to give authors the list-style-position:inside; advice. However, the website in question seems to be redesigned as I can't reproduce the problem here.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 17 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•