Bug 251589 - Appointment creation view does not close, leading to conflicts when used by normal user
Summary: Appointment creation view does not close, leading to conflicts when used by n...
Status: CLOSED FIXED
Alias: None
Product: KOrganizer Mobile
Classification: Applications
Component: calendar (show other bugs)
Version: unspecified
Platform: Maemo 5 Linux
: VHI critical
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-17 17:37 UTC by Felix Wolfsteller
Modified: 2010-09-20 10:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Wolfsteller 2010-09-17 17:37:40 UTC
In 4:4.5~20100917.1176264-1maemo1.1174921 , when creating a new event/appointment, first nothing happens.

When pressing OK again after some time passed by a conflict warning is shown.

The conflict cannot be resolved by deciding for either (or both) dates.

Conflicting are Start and end time (in the milliseconds? e.g. 2010-09-17T17:38:24.734+02:00 vs 2010-09-17T17:38:24+02:00) .

It worked in previous versions .
Comment 1 Felix Wolfsteller 2010-09-17 17:39:46 UTC
Actually, the appointments are created.
Interpretation is that the UI does not close.

Adjusting Bug Title accordingly.
Comment 2 Volker Krause 2010-09-17 19:06:12 UTC
What's the relation to 251082 and 251322? There seems to be a lot of overlap between those three.
Comment 3 Felix Wolfsteller 2010-09-17 19:15:40 UTC
(In reply to comment #2)
> What's the relation to 251082 and 251322? There seems to be a lot of overlap
> between those three.

Yeah, I realized that later as well. I would mark as duplicate if I had the developer insights. A naive guess is that a resource_creation function/signal does not signal back that its finished.

Maybe "create" GUI/operations should be made "more" synchronous (blocking input to the GUI).
Comment 4 Felix Wolfsteller 2010-09-17 19:35:45 UTC
My maybe slightly confusing answer was assuming that you referenced https://bugs.kde.org/show_bug.cgi?id=242812 .
Comment 5 Till Adam 2010-09-18 16:10:37 UTC
SVN commit 1176748 by tilladam:

Fully qualify types in signal declarations, to make connects work.

BUG: 242812
BUG: 251589

 M  +2 -2      editoritemmanager.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1176748
Comment 6 Felix Wolfsteller 2010-09-20 10:20:58 UTC
Confirming fix for version 4:4.5~20100920.1177273-1maemo1.1174921 .