Side navigation
#12476 closed bug (worksforme)
Opened September 06, 2012 08:10AM UTC
Closed September 08, 2012 03:57PM UTC
cssHooks display
| Reported by: | codler | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None | 
| Component: | css | Version: | git | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
When adding "display" to cssHooks, the jQuery method "show" stops working
Here is a test case
This has been working in jQuery 0 GIT somewhere in between the jQuery 1.7.2 - 1.8.0 release but not anymore it seems.
Related to this bug: https://github.com/codler/jQuery-Css3-Finalize/issues/15
Attachments (0)
Change History (1)
Changed September 08, 2012 03:57PM UTC by comment:1
| component: | unfiled → css | 
|---|---|
| priority: | undecided → low | 
| resolution: | → worksforme | 
| status: | new → closed | 
There, I fixed your broken cssHook for you: http://jsfiddle.net/U6WEz/1/ You can't replace the "computed" hook with a call to elem.style, as that's specifically for uncomputed values.