#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: | |
Blocked by: | Blocking: |
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 (2)
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please repost this to the UI Bug Tracker.
comment:3 Changed 14 years ago by
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
I make a test now with IE6 on WinXp and the problem exists...