Skip to main content

Search and Top Navigation

#6912 closed bug (wontfix)

Opened January 29, 2011 03:53PM UTC

Closed October 15, 2012 05:53PM UTC

buttons dont work in overflow div in IE7

Reported by: mgolubovic Owned by:
Priority: minor Milestone: 1.11.0
Component: ui.button Version: 1.8.7
Keywords: Cc:
Blocked by: Blocking:
Description

When placing buttons within an overflow div, they do not position correctly, they don't move with the rest of the content when scrolling, and they display outside the bounds of the div element. This does not occur in IE8, Chrome, or Fire Fox.

Here is a link to jsFiddle for an example: http://jsfiddle.net/e5CqU/

Browser: IE7

OS: Windows 7

JQuery: 1.4.4

JQuery UI: 1.8.7

Attachments (0)
Change History (3)

Changed March 18, 2011 08:49AM UTC by tserong comment:1

Try setting "position: relative" on the container DIV. Fixed it for me...

Changed October 11, 2012 02:43PM UTC by scottgonzalez comment:2

milestone: 1.9.01.11.0

Changed October 15, 2012 05:53PM UTC by bchiasson comment:3

resolution: → wontfix
status: newclosed

This is a quirk of IE7 and is fixed by tserong's suggestion. See: http://jsfiddle.net/e5CqU/10/