Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#658 closed defect (fixed)

[patch] javascript calendar widget layout broken in IE

Reported by: django@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The javascript calendar widget constructs elements dynamically but IE does not render the class styles appropriately unless explicit assignment to the className attribute is used. There is a similar problem also with the background colour for blank days. Fix attached.

Attachments (1)

calendar_fix.patch (4.4 KB ) - added by anonymous 19 years ago.
Fix for javascript calendar widget

Download all attachments as: .zip

Change History (2)

by anonymous, 19 years ago

Attachment: calendar_fix.patch added

Fix for javascript calendar widget

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [977]) Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the patch, kieranholland

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