Closed
Bug 294370
Opened 20 years ago
Closed 11 years ago
spl.org - List bullets are rendered out of table frame containing the list
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: miles.lane, Unassigned)
References
()
Details
Attachments
(1 file)
|
15.12 KB,
image/tiff
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 The following list items appear within a <div> and <table>: <li><a href="default.asp?pageID=info_hoursaddresses_holidayclosures">Holiday Closures</a></li> <li><a href="default.asp?pageID=branch_open_directions&branchID=20">Driving Directions</a></li> <li><a href="default.asp?pageID=branch_open_directions&branchID=20">Bus Routes</a></li> Something about the structure of the table and div are causing the bullets to be rendered to the left outside of the table. Reproducible: Always Steps to Reproduce: 1. Load the web page Actual Results: Covered in Details section. Expected Results: I expect the bullets to be indented and rendered as they are in the table that is below the table showing the problem. I will show this in a jpg attachment.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
They dont wrap the <li> elements with <ul> like other parts --> Tech evangelism
Assignee: nobody → english-us
Component: General → English US
OS: MacOS X → All
Product: Firefox → Tech Evangelism
QA Contact: general → english-us
Hardware: Macintosh → All
Summary: List bullets are rendered out of table frame containing the list → spl.org - List bullets are rendered out of table frame containing the list
| Reporter | ||
Comment 3•20 years ago
|
||
Isn't it a bug that the bullets were rendered outside of the containing cell? I can't see how not having the <ul> tags justifies rendering outside of the cell.
| Reporter | ||
Updated•20 years ago
|
Component: English US → General
OS: All → MacOS X
Product: Tech Evangelism → Firefox
Version: unspecified → 1.0 Branch
Updated•20 years ago
|
Assignee: english-us → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: english-us → layout
Version: 1.0 Branch → Trunk
Comment 4•20 years ago
|
||
That URL doesn't work at the moment. Got another one that shows the problem?
| Reporter | ||
Comment 5•20 years ago
|
||
The website says: "Due to technical difficulties, The Seattle Public Library's Web site is temporarily unavailable." So let's give them a day or two to fix the website.
| Reporter | ||
Comment 6•20 years ago
|
||
There you go. The page is back. The bullet dots are still rendered outside the container frame. Good luck fixing this.
Comment 7•19 years ago
|
||
The list has list-style-position:outside, so the rendering is in fact correct. Normally the padding on the <ul> would make enough space in the cell for the bullets, but there is no <ul> in this case. This is evang, as José said.
Assignee: nobody → english-us
Status: UNCONFIRMED → NEW
Component: Layout → English US
Ever confirmed: true
OS: MacOS X → All
Product: Core → Tech Evangelism
QA Contact: layout → english-us
Version: Trunk → unspecified
Comment 8•11 years ago
|
||
Bullet points are now within the tables. Closing.
Status: NEW → RESOLVED
Closed: 11 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
•