#744 closed bug (fixed)
IE7,fx.step():Reset the properties, if the item has been hidden or shown
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | effects | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
There's some kind of problem with following code(particularly height -slideDown("slow") animation): 1.0.4:
// Reset the properties, if the item has been hidden or shown if ( z.o.hide || z.o.show )...
in jquery 1.0.2 it was:
// Reset the property, if the item has been hidden if ( z.o.hide ) {...
why it was changed?
In project I'm using code from "Expandable Sidebar Menu" demo with dynamic loading of content in "dd" element and slideDown() thereafter.
If "height" will be "reset" to then loaded content show for a second and disappears,revealing empty "hidden" space in place of content. If I resize browser window content suddenly appears again-that's the main problem.
Change History (3)
comment:1 Changed 14 years ago by
Component: | ajax → fx |
---|---|
Description: | modified (diff) |
comment:2 Changed 14 years ago by
Milestone: | 1.1a |
---|---|
Version: | 1.1a |
comment:3 Changed 14 years ago by
Milestone: | → 1.1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | → 1.1.2 |
This should be fixed in SVN rev [1531].
Note: See
TracTickets for help on using
tickets.
We're going to be refactoring fx post-1.1, we'll be digging into this further, then.