Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed December 28, 2011 03:30PM UTC by BrianLedsworth comment:1

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

Changed December 28, 2011 03:50PM UTC by rwaldron comment:2

resolution: → invalid
status: newclosed

Closing per OP's request