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
subscribe. In IE6/7
#2
subscribe
#3
Same here. I've attached a screendump. I only have the issue in IE6, not in IE7.
#4
Subscribe. Having this issue in IE8, not in Firefox.
#5
Subscribe.
#6
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
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
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! :)