Skip to main content

Search and Top Navigation

#4054 closed bug (fixed)

Opened February 03, 2009 06:03PM UTC

Closed April 10, 2009 07:58AM UTC

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 February 03, 2009 06:05PM UTC.

    Screen shot showing datepicker in IE6

Change History (3)

Changed February 12, 2009 11:45PM UTC by jzaefferer comment:1

milestone: TBD1.6
priority: minormajor

Changed March 08, 2009 02:41PM UTC by rdworth comment:2

milestone: 1.71.8

Changed April 10, 2009 07:58AM UTC by kbwood comment:3

resolution: → fixed
status: newclosed

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