#658 closed defect (fixed)
[patch] javascript calendar widget layout broken in IE
Reported by: | 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)
Change History (2)
by , 19 years ago
Attachment: | calendar_fix.patch added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix for javascript calendar widget