jscalendar icon not visiable; jscalendar & event_all_day.js clashing.
t4him - September 12, 2006 - 03:08
| Project: | Javascript Tools |
| Version: | 4.7.x-1.x-dev |
| Component: | Jscalendar |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
The jscalendar icons where not showing up next to the date fields in the event module.
I'm Not sure why this happening, but I disabled the event_all_day module and now the icons are there. it has somewthing to do with the event_all_day.js file but I am not a programmer.
Maybe someone will see this post who is familiar with it and identify the conflict.
Cheers,
t4him

#1
What 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.
#2
I 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.
#3
Removing 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..
#4
I also confirm this bug in IE6, and that removing that line from the .css fixed it.
#5