Closed
Bug 306756
Opened 19 years ago
Closed 16 years ago
mysterious border shows up when using display:block on <a> inside a table
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tonglebeak, Unassigned)
References
Details
Attachments
(2 files)
I found that border-right is drawn in a <td> when an <a> tag, being displayed as a block-level element, is hovered with rules set on it through CSS. Also, the table seems to need to be <=95% in width with margin:auto; and border-collapse:collapse. The testcase will explain it much better than I can :)
| Reporter | ||
Comment 1•19 years ago
|
||
Again, better explained looking at the source than I can give verbally :P This is similar to bug 269840 from what I can tell.
Comment 2•19 years ago
|
||
I'm not seeing this on trunk gtk2 seamonkey. Which product and version are you using?
| Reporter | ||
Comment 3•19 years ago
|
||
> I'm not seeing this on trunk gtk2 seamonkey. Which product and version are you
> using?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050901
Firefox/1.0+ ID:2005090104
I could attach a video if need be :D
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a7pre) Gecko/2007072605 Minefield/3.0a7pre I can confirm this on latest trunk. (In reply to comment #4) > bug 296361 ? Bug 296361 WFM and should be closed.
This test is independent from screen width. Someone with permission should set Version > 1.9 (trunk) Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007111505 Minefield/3.0b2pre
| Reporter | ||
Comment 7•16 years ago
|
||
This is now a WFM Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008062219 (Gentoo) Firefox/3.0 jj, still having this problem on windows?
testcase 2, table 5 and 6 show the bug, other cases don't. Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9) Gecko/2008052906 Firefox/3.0 Looks like an improvement at least. (Bug 296361 dosen't work, comment 5 seems wrong, sorry)
| Reporter | ||
Comment 9•16 years ago
|
||
I'm still not seeing it... I noticed your build date is on 5/29. Could you perhaps update to a later build and see if it still exists?
Comment 10•16 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a1pre) Gecko/2008070504 Minefield/3.1a1pre has the same result on winXP.
Version: 1.8 Branch → Trunk
Updated•16 years ago
|
Product: Core → Core Graveyard
Comment 11•16 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090522 Minefield/3.6a1pre WFM Works in 1.9.1 (not in 1.9.1/Firefox3.5) Maybe fixed by bug 155955 ?
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Comment 12•16 years ago
|
||
> Works in 1.9.1 (not in 1.9.1/Firefox3.5)
sorry, should read: Works in 1.9.2 ...
You need to log in
before you can comment on or make changes to this bug.
Description
•