Opened 11 years ago
Closed 11 years ago
#11462 closed bug (invalid)
Table Caption does not Fade Out
Reported by: | Owned by: | ||
---|---|---|---|
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/
Change History (4)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Owner: | set to matt.r.willer@… |
---|---|
Status: | new → pending |
Which browser and version?
comment:3 Changed 11 years ago by
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.
comment:4 Changed 11 years ago by
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.