ui-calendar
ui-calendar copied to clipboard
Tooltip do not hides
- Mouse down on any item to drag it
- Drag it to new position, tooltip appears on it
- Mouse up to drop, tooltip left forever on the last position
+1
+1
Same bug
Same here.
I thought we fixed this by appending the tooltip to the body?
On Wed, Dec 10, 2014 at 2:47 AM, macgyver76 [email protected] wrote:
Same here.
— Reply to this email directly or view it on GitHub https://github.com/angular-ui/ui-calendar/issues/160#issuecomment-66415195 .
Josh Kurz www.joshkurz.net
I thought we fixed this by appending the tooltip to the body? - @joshkurz
I'm not sure what you're talking about, I'm not into it like you. I'm just using event rendering function provided by main page of this plugin. Anyway, if I remove this line from event rendering function:
'tooltip-append-to-body': true
... drag & drop works fine. The only difference is that tooltip is moved a little bit upper than before.
I see, I was thinking this was an old issue. My b. Well I cannot reproduce this on my box. What browser / os are you guys using? Have you tried to hook into eventDrop to remove the tooltip from the body?
Hi, you only need to add this at the first line of your Event Render function:
$('.tooltip').remove();
+1I have the same problem (React)
Take a look here. https://github.com/fullcalendar/fullcalendar/issues/5078
eventRender is the right place to attach the tooltip, but you should only attach it when isMirror is false so it doesn't get added to the event while it is being dragged: https://codepen.io/acerix/pen/dyyXqdx?editors=0010