Hello team ,
We are having issue Which shows some circle in attached image Which comes when mouseover on Appointment.
Please let us know How we can resolve this issue .
Version no- 8.1.3474.0
Thanks,
The circle is the actual bubble object. It looks like you are using a custom bubble HTML that is defined as an absolutely-positioned element. This makes it pop out of the bubble and the bubble is unable to detect the actual content size.
Most likely this is also causing your other issue: https://forums.daypilot.org/Topic.aspx/3254/bubble-issue-on-daypilotcalendar
You shoudn't use position:absolute for your bubble content.
No , The issue(https://forums.daypilot.org/Topic.aspx/3254/bubble-issue-on-daypilotcalendar) is fixed when we use position:absolute; in custom bubble HTML.Please let us know if we use position:absolute; then we hide this bubble object.
It is urgent priority .
If we fixed (https://forums.daypilot.org/Topic.aspx/3254/bubble-issue-on-daypilotcalendar) then this issue occurs .