Download & Extend

jscalendar icon not visiable; jscalendar & event_all_day.js clashing.

Project:Javascript Tools
Version:4.7.x-1.x-dev
Component:Jscalendar
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#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

Version:master» 4.7.x-1.x-dev

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.

AttachmentSize
jscalendar.js.patch.txt 664 bytes

#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

Status:active» closed (fixed)
nobody click here