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