Skip to main content

Bug Tracker

Side navigation

#744 closed bug (fixed)

Opened December 28, 2006 11:30AM UTC

Closed March 15, 2007 05:17PM UTC

Last modified June 20, 2007 12:45AM UTC

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

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.

Attachments (0)
Change History (3)

Changed December 28, 2006 11:44AM UTC by joern comment:1

component: ajaxfx
description: 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.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.

Changed January 13, 2007 07:53PM UTC by john comment:2

milestone: 1.1a
version: 1.1a

We're going to be refactoring fx post-1.1, we'll be digging into this further, then.

Changed March 15, 2007 05:17PM UTC by john comment:3

milestone: → 1.1.3
resolution: → fixed
status: newclosed
version: → 1.1.2

This should be fixed in SVN rev [1531].