search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to Remove some circle in attached image Which comes when mouseover on Appointment

Asked by Alok
7 years ago.

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,

Answer posted by Dan Letecky [DayPilot]
7 years ago.

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.

Comment posted by Ap
7 years ago.

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.

Comment posted by Alok
7 years ago.

Please let us know How we can resolve this issue .

It is urgent priority .

If we fixed (https://forums.daypilot.org/Topic.aspx/3254/bubble-issue-on-daypilotcalendar) then this issue occurs .

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.