Ticket #4054 (closed bug: fixed)

Opened 13 months ago

Last modified 11 months ago

Datepicker overlay problem in IE6

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

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

datepicker.jpg (34.8 kB) - added by neilski 13 months ago.
Screen shot showing datepicker in IE6

Change History

Changed 13 months ago by neilski

Screen shot showing datepicker in IE6

Changed 13 months ago by joern.zaefferer

  • priority changed from minor to major
  • milestone changed from TBD to 1.6

Changed 12 months ago by rdworth

  • milestone changed from 1.7 to 1.8

Changed 11 months ago by kbwood

  • status changed from new to closed
  • resolution set to fixed

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.