DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Bugs » Event Bubble

Event Bubble

I am having some issues with the event bubble in FF. In IE6 everything displays correctly but in FF the backcolor of the bubble is darker than what it should be and the hyperlinks i've built and assigned to e.InnerHTML don't appear as links.
Anonymous - 1/2/2008 5:21:16 PM
After some poking around it appears that the shadow is whats causing the problem. I am also not able to turn the shadow off.
Anonymous - 1/2/2008 8:35:30 PM
Do you see that problem in the online demo as well? It works fine in my Firefox 2.0.0.11.

I will add an option to turn the shadow off in the next release.
Dan Letecky - 1/2/2008 8:45:20 PM
No the online demo functions properly. After looking into it some more with firebug, it appears that you use 4 divs to create the shadow effect. These have a z index of 10 and the div the contents are put into has a z index of 11. I can play around with the z index of these div's (set them to -1) and the bubble appears correctly. It is possible that something changed in our css that affected the bubble. Thanks for your help. Alos what is the UseShadow property for on the bubble?
Anonymous - 1/2/2008 9:50:38 PM
Good!

And what a nice surprise, I've already added a property to turn off the shadow. ;-)
Dan Letecky - 1/2/2008 11:17:16 PM
The property to turn off the shadow doesn't appear to be working.
Anonymous - 1/3/2008 4:00:21 PM
You are right. The bool value was improperly passed to the client-side object as a string. I've fixed it - it will be included in the next release.
Dan Letecky - 1/3/2008 4:52:29 PM

Found out what our problem was. The calendar was in a collapsible panel extender. Once that was removed the event bubble started functioning properly.

Anonymous - 1/3/2008 8:21:45 PM
Post reply