Opened 12 years ago

Closed 10 years ago

#6912 closed bug (wontfix)

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

Change History (3)

comment:1 Changed 12 years ago by tserong

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

comment:2 Changed 10 years ago by Scott González

Milestone: 1.9.01.11.0

comment:3 Changed 10 years ago by bchiasson

Resolution: wontfix
Status: newclosed

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

Note: See TracTickets for help on using tickets.