Closed (fixed)
Project:
Javascript Tools
Version:
4.7.x-1.x-dev
Component:
Jscalendar
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2006 at 03:08 UTC
Updated:
5 Mar 2007 at 22:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
chrissearle commentedWhat browser are you using? I don't have the event_all_day module - but I am missing the icon - however - only in IE. Working just fine in Firefox, Safari and Opera - but IE6 and 7 - nothing. Just wondering if we have the same problem or just similar symptoms.
Comment #2
aryanlorraine commentedI don't have the 'event_all_day' modules either but was running into the same problem. I'm not sure how but my attached patch seemed to fix the problem. Tested in IE 6 and Firefox 2.
Comment #3
ianchan commentedRemoving the following from jscalendar.css allows the icons to display in ie 6 & 7:
text-indent: -1000em;
But now I'm concerned about why that line was there in the first place..
Comment #4
colorado commentedI also confirm this bug in IE6, and that removing that line from the .css fixed it.
Comment #5
ianchan commented