Skip to main content

Search and Top Navigation

#4497 closed bug (duplicate)

Opened April 27, 2009 12:06PM UTC

Closed July 09, 2009 04:10AM UTC

Last modified January 17, 2010 06:07AM UTC

Content below Accordion moves/jumps!

Reported by: sonu27 Owned by:
Priority: critical Milestone: 1.8
Component: ui.accordion Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

This was introduced in 1.6rc6 as the animation was changed slightly. In 1.6rc5 this did not happen.

This makes all the content below the accordion jump. Which is not very nice to see.

To reproduce: http://jquery-ui.googlecode.com/svn/trunk/demos/accordion/default.html

Click the different sections, in random order. You will see the content below the Accordion move/jump. You every noticeable especially when there is a lot of content below the Accordion.

In the default functionality of the Accordion, this should NOT happen.

Please fix immediately.

Tested in latest Firefox, Chrome and IE.

Attachments (0)
Change History (4)

Changed May 08, 2009 11:32AM UTC by jzaefferer comment:1

This is probably the oldest accordion issue, and also the biggest reason for the plugin to exist at all. Without those issues, it would be trivial to write one from scratch. Of course Themeroller is a good argument, too.

If you use the default autoHeight:true accordion, you can manually set a fixed height for the entire accordion. That way it doesn't resize during the animation. But thats not an acceptable solution to implement in the plugin.

Changed May 12, 2009 02:09PM UTC by sonu27 comment:2

Perhaps, I didn't make myself clear.

The default functionality of the Accordion is autoHeight:True. When you set the autoHeight to False, then the content below will move with the accordion. This is the what is supposed to happen.

However, on autoHeight:True the content below the Accordion jumps ever so slightly. The text moves up and down about a pixel each. Look closely and compare it to 1.6rc5 where nothing jumps.

To reproduce: http://jquery-ui.googlecode.com/svn/trunk/demos/accordion/default.html

Still NOT fixed!

Changed June 18, 2009 07:01PM UTC by chenyi comment:3

This might be another issue. If you look at this page http://jquery-ui.googlecode.com/svn/trunk/demos/accordion/default.html in IE7 and IE6, you will notice the accordion headers below animation section will move up and down slightly. This specific issue doesn't happen in Firefox.

It looks like the new implementation in 1.7.2 for animations.slide is the issue. I replaced the implementation for animations.slide in 1.7.2 with the implementation from 1.6 and kept everything else the same for 1.7.2. The issue I described above in IE7 and IE6 went away.

Changed July 09, 2009 04:10AM UTC by scottgonzalez comment:4

resolution: → duplicate
status: newclosed

Duplicate of #4149.