Search and Top Navigation
#8346 closed bug (duplicate)
Opened May 23, 2012 02:20PM UTC
Closed May 23, 2012 02:39PM UTC
Last modified May 23, 2012 02:39PM UTC
Nested Accordian Collapse/Expand Issue (IE8)
Reported by: | RemyArmstro54 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.20 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery UI encounters an error when you have an accordian whose content panels contain an accordian (nested accordian), and you try expanding the different content panels of the nested accordian.
Error Message = "Invalid Argument"
Location of Thrown Message = jquery-ui-1.8.20.custom.js (using unminified default smoothness package in this example) line 4920
Statement Throwing Error =
jQuery UI encounters an error when you have an accordian whose content panels contain an accordian (nested accordian), and you try expanding the different content panels of the nested accordian. Error Message = "Invalid Argument" Location of Thrown Message = jquery-ui-1.8.20.custom.js (using unminified default smoothness package in this example) line 4920 Statement Throwing Error = {{{ options.toShow[ 0 ].style[ settings.prop ] = ( percentDone * showProps[ settings.prop ].value ) + showProps[ settings.prop ].unit;
Occurs When = Right side of statement evaluates to "-1px"
To Reproduce = Download test code from http://sdrv.ms/KO1seV, run in IE8, and expand the first nested accordian's content panels.
Additional Comments = Removing the jquery ui css styles causes this issue to go away. Changing the padding (or other values that affect height) in the jquery ui accordian css causes the problem to shift around.
Attachments (0)
Change History (5)
Changed May 23, 2012 02:29PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed May 23, 2012 02:33PM UTC by comment:2
Clarification = You may have to try clicking on the 2nd or 3rd nested accordion sections to reproduce. Please try expanding all the different tabs to reproduce the error.
Changed May 23, 2012 02:38PM UTC by comment:3
resolution: | worksforme |
---|---|
status: | closed → reopened |
Changed May 23, 2012 02:39PM UTC by comment:4
resolution: | → duplicate |
---|---|
status: | reopened → closed |
I'm not seeing any problems: http://jsfiddle.net/FaW8K/