Skip to main content

Bug Tracker

Side navigation

#3373 closed bug (invalid)

Opened September 17, 2008 08:49AM UTC

Closed September 17, 2008 02:52PM UTC

Last modified March 14, 2012 11:35PM UTC

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)
  • datepickerui.jpg (204.2 KB) - added by Chalda Pnuzig September 17, 2008 08:59AM UTC.

    The box "False" in the first time

  • datepickerui2.jpg (174.2 KB) - added by Chalda Pnuzig September 17, 2008 08:59AM UTC.

    The box "False" in the second time

Change History (3)

Changed September 17, 2008 08:55AM UTC by Chalda Pnuzi comment:1

*UPDATE* I think the problem is MultipleIE

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

Changed September 17, 2008 02:52PM UTC by flesler comment:2

resolution: → invalid
status: newclosed

Please repost this to the UI Bug Tracker.

Changed November 05, 2008 05:56PM UTC by strechman comment:3

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