Closed (fixed)
Project:
Date
Version:
6.x-2.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2009 at 15:13 UTC
Updated:
23 Jan 2010 at 02:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
igor.ro commentedsubscribe. In IE6/7
Comment #2
dreamst8 commentedsubscribe
Comment #3
Microwaves commentedSame here. I've attached a screendump. I only have the issue in IE6, not in IE7.
Comment #4
harper1983 commentedSubscribe. Having this issue in IE8, not in Firefox.
Comment #5
neibo commentedSubscribe.
Comment #6
arlinsandbulte commentedMarked #588176: Date entry with Popup in IE6 as duplicate.
And this is a Date popup issue anyway.
Comment #7
jriedel commentedsubscribe
Comment #8
Manonline commentedI'm having this issue in IE6...
Comment #9
arlinsandbulte commentedI 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
Comment #10
jriedel commentedDrupal 6.14
Date 6.x-2.4
jQuery UI 6.x-1.3
IE6
It works fine in FF
Comment #11
Manonline commentedDrupal 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
Comment #12
breitner commentedThat 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*/
}
Comment #13
Manonline commentedit works for me! thanks! :)
Comment #14
arlinsandbulte commentedSee #12