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

CommentFileSizeAuthor
#2 jscalendar.js.patch.txt664 bytesaryanlorraine

Comments

chrissearle’s picture

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.

aryanlorraine’s picture

Version: master » 4.7.x-1.x-dev
StatusFileSize
new664 bytes

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.

ianchan’s picture

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..

colorado’s picture

I also confirm this bug in IE6, and that removing that line from the .css fixed it.

ianchan’s picture

Status: Active » Closed (fixed)