Opened 17 years ago

Closed 14 years ago

#5054 closed (wontfix)

Calendar in admin interface doesn't display over dropdowns correctly in IE6

Reported by: Esaj Owned by: xian
Component: contrib.admin Version: dev
Severity: Keywords: calendar, internet explorer, dropdowns
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In IE6, nearby dropdowns will show through the calendar popup for Date/Time/DateTime fields. This is a known bug with IE, and the workaround is to create an <iframe> just underneath the <div>. See http://www.javascriptjunkie.com/?p=5 for details of the workaround.

Attachments (2)

DateTimeShortcuts.js.diff (3.8 KB ) - added by Simon G. <dev@…> 17 years ago.
ie6_bgiframe.diff (4.0 KB ) - added by Jiri Suchan 14 years ago.
jQuery bgiframe solution

Download all attachments as: .zip

Change History (10)

comment:1 by Esaj, 17 years ago

Akismet is rejecting my patch, grr.

I've put it up here: http://www.jasondavies.com/code/DateTimeShortcuts.js.diff

by Simon G. <dev@…>, 17 years ago

Attachment: DateTimeShortcuts.js.diff added

comment:2 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

I've managed to attach the patch from Esaj.

comment:3 by James Bennett, 17 years ago

Owner: changed from nobody to xian

Reassigning to xian.

comment:4 by Malcolm Tredinnick, 17 years ago

Triage Stage: Ready for checkinAccepted

I don't want to check this in until we get confirmation from Christian.

comment:5 by Jason Davies, 16 years ago

I tested this at work at the time under IE6 and it worked great.

comment:6 by Jason Davies, 16 years ago

Any reason why this hasn't been checked in yet? I'm not sure who Christian is, but this ticket has been open for 11 months now...

by Jiri Suchan, 14 years ago

Attachment: ie6_bgiframe.diff added

jQuery bgiframe solution

comment:7 by Jiri Suchan, 14 years ago

What about jQuery bgiframe plugin, when there's implemented jQuery? (see ie6_bgiframe.diff)

comment:8 by Yeago, 14 years ago

Resolution: wontfix
Status: newclosed

This ticket would create validation warnings because the iframe is deprecated in XHMTL 1.0 Strict, which admin is. Closing.

Note: See TracTickets for help on using tickets.
Back to Top