Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12476 closed bug (worksforme)

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 http://jsfiddle.net/U6WEz/

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

Change History (1)

comment:1 Changed 11 years ago by mikesherov

Component: unfiledcss
Priority: undecidedlow
Resolution: worksforme
Status: newclosed

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.

Note: See TracTickets for help on using tickets.