Summary: | Impossible to drag and drop events from agenda view | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | VERIFIED FIXED | ||
Severity: | crash | CC: | smartins |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sabine Faure
2010-03-25 17:29:00 UTC
The trick to reproduce this is to first drag that event from the time are to the allday area. You'll get a forbidden sign because it's not implemented. Now, when you drag within the time area you'll reproduce your bug. SVN commit 1107870 by smartins: Created the function IncidenceChanger::cancelChange(item) so we can release the lock when we decide we don't want to call endChange(item). Solves problem in agenda-view when dragging outside the agenda, the lock would never be released. BUG: 232129 MERGE: none M +15 -7 incidencechanger.cpp M +12 -3 incidencechanger.h M +1 -0 interfaces/korganizer/incidencechangerbase.h M +3 -3 views/agendaview/koagenda.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1107870 It is corrected now. The crash does not happen anymore when drag and dropping an event from the agenda view. Trunk, Svn Rev 1109533 |