Pop up calendar says "false"

bjraines - August 11, 2009 - 15:13
Project:Date
Version:6.x-2.2
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

igor.ro - August 12, 2009 - 08:14

subscribe. In IE6/7

#2

dreamst8 - August 20, 2009 - 15:28

subscribe

#3

Microwaves - August 21, 2009 - 12:41

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

AttachmentSize
false.JPG 60.16 KB

#4

benhameh - August 30, 2009 - 21:30

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

#5

neibo - September 17, 2009 - 06:21

Subscribe.

#6

arlinsandbulte - September 25, 2009 - 21:47
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

jriedel - September 26, 2009 - 21:24

subscribe

#8

Manonline - September 27, 2009 - 21:03

I'm having this issue in IE6...

#9

arlinsandbulte - September 28, 2009 - 14:15
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

jriedel - September 28, 2009 - 17:08

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

IE6

It works fine in FF

#11

Manonline - October 9, 2009 - 13:45
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

breitner - November 7, 2009 - 09:14

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

Manonline - November 10, 2009 - 16:41

it works for me! thanks! :)

 
 

Drupal is a registered trademark of Dries Buytaert.