Search and Top Navigation
#7832 closed bug (duplicate)
Opened November 04, 2011 05:02PM UTC
Closed January 31, 2012 03:45PM UTC
Last modified January 31, 2012 03:45PM UTC
Opera browser using wrong overflow-property in accordion
Reported by: | pv.burnabit | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Opera sets the css property ''overflow'' to ''visible'' instead of ''auto'' after opening a new slide.
Error occurs in jquery.ui.accordion.js in line 544:
var overflow = options.toShow.css( "overflow" ), percentDone = 0, showProps = {}, hideProps = {}, fxAttrs = [ "height", "paddingTop", "paddingBottom" ], originalWidth;
''var overflow'' equals "auto" in all browsers except Opera. Wrong css property is then applied in line 596.
Reproducing the problem:
- Start up Opera 11.52 and see the demo pages: http://jqueryui.com/demos/accordion/#fillspace
- Have a look at this thread: https://forum.jquery.com/topic/accordion-overflow-in-opera
Dirty workaround:
Set overflow to "auto" in line 596.
Software setup:
- MacOS 10.6.8
- Opera Browser 11.51 and 11.52
- jQuery 1.6.4
- jQuery UI 1.8.16