Opened 14 years ago

Closed 14 years ago

#4054 closed bug (fixed)

Datepicker overlay problem in IE6

Reported by: neilski Owned by:
Priority: major Milestone: 1.8
Component: ui.datepicker Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:

Description

The overlay iframe in the datepicker (.ui-datepicker-cover) does not appear to be sized correctly in IE6 allowing windowed elements to bleed through the right and bottom edges of the datepicker control when used as an input popup.

I have tested this using the default theme, with the bulk of the code being provided by the jquery-ui-themeroller.zip from that theme.

You should be able to see the problem at http://jquery.abldev.com

Attachments (1)

datepicker.jpg (34.8 KB) - added by neilski 14 years ago.
Screen shot showing datepicker in IE6

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by neilski

Attachment: datepicker.jpg added

Screen shot showing datepicker in IE6

comment:1 Changed 14 years ago by Jörn Zaefferer

Milestone: TBD1.6
Priority: minormajor

comment:2 Changed 14 years ago by rdworth

Milestone: 1.71.8

comment:3 Changed 14 years ago by kbwood

Resolution: fixed
Status: newclosed

Fixed in r2442. Needed to set negative offset of left/top borders and then use outer width/height.

Note: See TracTickets for help on using tickets.