| Issue 406: | Dragged & reverted events have wrong header (in agenda views) | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi (sorry for my ugly english),
When drag event and drop out of calendar, it back to original position, but
the header of it will be dirty. I included this line
"view.rerenderEvents();" at:
if (!cell || !slotDelta && !dayDelta) {
resetElement();
if ($.browser.msie) {
eventElement
.css('filter', '') // clear IE opacity side-effects
.find('span.fc-event-bg').css('display', ''); // .show() made
display=inline
}
eventElement.css(origPosition); // sometimes fast drags make event
revert to wrong position
view.showEvents(event, eventElement);
view.rerenderEvents();
....
This fix the bug.
Thank you !
Mar 30, 2010
Project Member
#1
adamrs...@gmail.com
Mar 31, 2010
Hi ! The "incorrect.jpg" is after drag and drop to up in "valid area".
Apr 8, 2010
what timezone are you in? might have something to do with daylight savings time. thanks
Apr 9, 2010
I'm in Brazil (GMT -3). But certainly not that. thanks
May 23, 2010
hi, I'm in the U.S (GMT -7) and I confirm this bug thank for sharing all this
Jun 14, 2010
i confirm this bug. thanks for pointing it out. i will have it fixed in the next release.
Summary:
Dragged & reverted events have wrong header (in agenda views)
Status: Accepted
Jul 5, 2010
this is fixed in v1.4.7 (released today). thanks for the report.
Status:
Fixed
Aug 13, 2013
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |