My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  Released
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by marciobr...@gmail.com, Mar 17, 2010
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
hello! thank you for providing a bugfix, but before i consider this, could you please 
show me a script that demonstrated the original bug? i would really like to see it. 
(could you possibly post a demo online?)
Mar 31, 2010
#2 marciobr...@gmail.com
Hi ! The "incorrect.jpg" is after drag and drop to up in "valid area".
correct.JPG
139 KB   View   Download
incorrect.JPG
139 KB   View   Download
Apr 8, 2010
Project Member #3 adamrs...@gmail.com
what timezone are you in? might have something to do with daylight savings time. 
thanks
Apr 9, 2010
#4 marciobr...@gmail.com
I'm in Brazil (GMT -3). But certainly not that.
thanks
May 23, 2010
#5 karl....@gmail.com
hi,
I'm in the U.S (GMT -7) and I confirm this bug

thank for sharing all this
Jun 14, 2010
Project Member #6 adamrs...@gmail.com
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
Project Member #7 adamrs...@gmail.com
this is fixed in v1.4.7 (released today). thanks for the report.
Status: Fixed
Aug 13, 2013
Project Member #8 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #9 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released
Sign in to add a comment

Powered by Google Project Hosting