FireFox does not handle ToolTip containing '\n' correctly
Asked by Anonymous 17 years ago.
Hi,
I am just starting to use the DayPilotCalendar control. I have created ToolTips that contain the '\n' character. These ToolTips display correctly in IE, but in FireFox the '\n' characer is being ignored.
I have a problem using Bubbles because I am not caching the data on the server side. Because of this, the RenderContent method does not have access to the current state of my data. I could think of several ways theBubbles could beextendedso that my situation could make use of them.
AnewBubbleInnerHTML property could be added to the event.It could then be populated in theBeforeEventRendermethod. The BeforeEventRenderEventArgs.InnerHTML would be set to this, but could sitll be overwritten in the RenderContent method .
The BeforeEventRenderEventArgs class could be extend to include the event Tag collection so that custom data could be passed.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.