Side navigation
#11462 closed bug (invalid)
Opened March 09, 2012 10:16PM UTC
Closed March 24, 2012 08:18AM UTC
Table Caption does not Fade Out
Reported by: | matt.r.willer@gmail.com | Owned by: | matt.r.willer@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using fadeOut() or similar functions, a table's caption element is left unaffected by the animation.
Demonstration available at http://jsfiddle.net/UL3se/3/
Attachments (0)
Change History (4)
Changed March 09, 2012 10:19PM UTC by comment:1
Changed March 09, 2012 11:20PM UTC by comment:2
owner: | → matt.r.willer@gmail.com |
---|---|
status: | new → pending |
Which browser and version?
Changed March 10, 2012 01:54AM UTC by comment:3
I see the problem in Firefox 10, it's independent of jQuery. Setting the opacity of the caption explicitly works. This looks like a bug that should be fixed by Firefox or by explicitly fading the caption in addition to the rest of the table; any workaround we put in would be very specific.
Changed March 24, 2012 08:18AM UTC by comment:4
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Upon further examination, fadeOut() seems to work correctly but fadeTo() does not.