Skip to main content

Bug Tracker

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

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

Attachments (0)
Change History (1)

Changed September 08, 2012 03:57PM UTC by mikesherov comment:1

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.