Side navigation
#11111 closed bug (invalid)
Opened December 28, 2011 02:57PM UTC
Closed December 28, 2011 03:50PM UTC
Table borders disappear in FF with fadeIn()
Reported by: | BrianLedsworth | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Test Case: http://www.ledsworth.com/jquerytest.html
In FF3, when a table has 'border-collapse: collapse', some borders disappear after fadeIn(). Removing border-collapse and the issue does not appear. Issue does not appear in Chrome or Safari.
Related to ticket #4586.
Reproduced in 1.71. on FF 3.6.25, OSX 10.6.8. Also in 1.6.4.
Actually, it's a combination of hide() and <td> (I called hide right before fadeIn). Within the hide function, the border goes away right after display=none.
Because I'm hiding a block element, FF has issues with all the borders (display none removes space used by the element).
This ticket can be closed.
I'll change my code to hide an internal <span> and fade it back in.
Brian