Closed
Bug 268672
Opened 20 years ago
Closed 19 years ago
blockbuster.com - Links in table at left do not associate properly with underlying text
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hunters, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 The text in the table on the left of the page does not properly line up with the clickable area. You must click the whitespace just above the text in order to activate the link. Looking at the page source, I don't see anything unusual (but what do I know?). Fails in Mozilla 1.7 and also FireFox 1.0. Works in IE 5.5. Reproducible: Always Steps to Reproduce:
Comment 1•20 years ago
|
||
The problem is that the anchors have 10px paddings. So the (non-clickable) padding of the next anchor overlaps most of the previous anchor, and covers it up. Setting a background on the anchors would show this very well (the previous anchor would be mostly covered by the background). IE's implementation of padding on inlines is pretty broken, which is probably why it doesn't have a problem here.
Assignee: general → english-us
Status: UNCONFIRMED → NEW
Component: Browser-General → English US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: general → english-us
Version: Trunk → unspecified
Comment 2•20 years ago
|
||
Conforming summary to TFM item 10 at http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
Summary: Links in table at left do not associate properly with underlying text → blockbuster.com - Links in table at left do not associate properly with underlying text
| Reporter | ||
Comment 3•19 years ago
|
||
Sometime ago they rediesigned thier layout eliminating this issue.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
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
•