Project:Date
Version:6.x-2.2
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#1

subscribe. In IE6/7

#2

subscribe

#3

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

AttachmentSizeStatusTest resultOperations
false.JPG60.16 KBIgnored: Check issue status.NoneNone

#4

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

#5

Subscribe.

#6

Project:Calendar» Date
Version:6.x-2.2» 6.x-2.2

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

#7

subscribe

#8

I'm having this issue in IE6...

#9

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

#10

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

IE6

It works fine in FF

#11

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

#12

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*/
}

#13

it works for me! thanks! :)

#14

Status:active» fixed

See #12

#15

Status:fixed» closed (fixed)

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

nobody click here