]> source.dussan.org Git - jquery-ui.git/commit
Effects: Delegate to core show/hide when the element is already in the correct final...
authorScott González <scott.gonzalez@gmail.com>
Tue, 26 Feb 2013 15:36:03 +0000 (10:36 -0500)
committerScott González <scott.gonzalez@gmail.com>
Tue, 26 Feb 2013 15:36:03 +0000 (10:36 -0500)
commit948563b8b55802c6d4c513065f1b78bbdcff104c
tree2153fb0270b0626c25ddd2f23cf4ea0776317710
parentd0ad572349beadc99810ecd53a532bf5f261343d
Effects: Delegate to core show/hide when the element is already in the correct final state. This forces the element to go through the olddisplay tracking and forces styles on elements even if they're hidden via an ancestor. Fixes #9120 - Effects: .hide() inconsistent with core with a hidden parent.
tests/unit/effects/effects.html
tests/unit/effects/effects_core.js
ui/jquery.ui.effect.js