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)
Change History (4)
Changed 14 years ago by
Attachment: | datepicker.jpg added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | minor → major |
comment:2 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Screen shot showing datepicker in IE6