Skip to main content

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:


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
Attachments (0)
Change History (2)

Changed January 31, 2012 03:45PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Changed January 31, 2012 03:45PM UTC by scottgonzalez comment:2

Duplicate of #6971.