Ticket #3373 (closed bug: invalid)
UI Date Picker in IE6 has "false" box
| Reported by: | Chalda Pnuzig | Owned by: | flesler |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | unfiled | Version: | 1.2.6 |
| Keywords: | datepicker | Cc: | |
| Blocking: | Blocked by: |
Description
The problem is that in IE6 (testing in IE7 it looks fine), there is a box (an iframe?!?!?) below the calendar with the word false in it. When the first date picker is clicked, the box is the same size as the calendar. When another date picker is clicked on the same page the false box is twice as big. The box continues to grow in size every time a date picker is clicked.
There is problem also here: http://ui.jquery.com/repository/latest/demos/functional/#ui.datepicker
*UPDATE* I think the problem is MultipleIE
Attachments
Change History
comment:1 in reply to: ↑ description Changed 5 years ago by Chalda Pnuzi
Changed 5 years ago by Chalda Pnuzig
-
attachment
datepickerui.jpg
added
The box "False" in the first time
Changed 5 years ago by Chalda Pnuzig
-
attachment
datepickerui2.jpg
added
The box "False" in the second time
comment:2 Changed 5 years ago by flesler
- Status changed from new to closed
- Resolution set to invalid
Please repost this to the UI Bug Tracker.
comment:3 Changed 5 years ago by strechman
I do not have multipleIE installed but I can reproduce the issue on http://ui.jquery.com/repository/latest/demos/functional/#ui.datepicker. I was able to resolve issue with stylesheet definition. .ui-datepicker-cover {
display: none; display//: block; position: absolute; z-index: -1; filter: mask(); top: -4px; left: -4px; width: 193px; height: 200px;
} This is used for the iframe that is created. The sample page is missing this
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

I make a test now with IE6 on WinXp and the problem exists...