#4621 closed bug (fixed)
Tabs: Don't forcefully remove filter attribute
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.tabs | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
As discussed on jquery-ui-dev, we should deactivate the alpha filter instead of removing the filter attribute. Relies on jQuery #6652.
Change History (5)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Tabs: Don't explicitly remove filter when animating opacity. Fixes #4621 - Tabs: Don't forcefully remove filter attribute.
Changeset: c0f5db539403f1b9c5a80db75d127d4465f911df
comment:5 Changed 11 years ago by
I changed my mind. There's no reason for us to do any special handling in tabs when core has an officially supported solution. Anyone who needs the correct behavior using jQuery 1.6 - 1.6.2 can just redefine jQuery.cssHooks.opacity.set
based on the current jQuery implementation.
Note: See
TracTickets for help on using
tickets.
The underlying jQuery bug was fixed, but in master, _resetStyle still removes the filter attribute. Can we drop that now?