When I click the To input box and the pop up calendar appears. It is extended vertically and reads "false"

CommentFileSizeAuthor
#3 false.JPG60.16 KBMicrowaves

Comments

igor.ro’s picture

subscribe. In IE6/7

dreamst8’s picture

subscribe

Microwaves’s picture

StatusFileSize
new60.16 KB

Same here. I've attached a screendump. I only have the issue in IE6, not in IE7.

harper1983’s picture

Subscribe. Having this issue in IE8, not in Firefox.

neibo’s picture

Subscribe.

arlinsandbulte’s picture

Project: Calendar » Date

Marked #588176: Date entry with Popup in IE6 as duplicate.
And this is a Date popup issue anyway.

jriedel’s picture

subscribe

Manonline’s picture

I'm having this issue in IE6...

arlinsandbulte’s picture

Status: Active » Postponed (maintainer needs more info)

I CANNOT confirm this issue in IE7 or IE8. Date popup selector works fine in both for me.
Drupal 6.14
Date 6.x-2.4
jQuery UI 6.x-1.3

No one above mentioned the module versions they are using (This issue was begun under Calendar 6.x-2.2, but this is really a Date issue).

More info needed:
Drupal version
Date version
jQuery UI version (if not enabled, try that first)
Date field type

jriedel’s picture

Drupal 6.14
Date 6.x-2.4
jQuery UI 6.x-1.3

IE6

It works fine in FF

Manonline’s picture

Status: Postponed (maintainer needs more info) » Active

Drupal 6.14
Date 6.x-2.4
Calendar 6.x-2.2
jQuery UI 6.x-1.3

Date field types:
Date
Datetime

IE6
IE7

breitner’s picture

That css helps me:

/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover {
display: none; /*sorry for IE5*/
display/**/: block; /*sorry for IE5*/
position: absolute; /*must have*/
z-index: -1; /*must have*/
filter: mask(); /*must have*/
top: -4px; /*must have*/
left: -4px; /*must have*/ /* LTR */
width: 200px; /*must have*/
height: 200px; /*must have*/
}

Manonline’s picture

it works for me! thanks! :)

arlinsandbulte’s picture

Status: Active » Fixed

See #12

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.