Bug 233875 - KOrg hangs when exporting to-dos as web page
Summary: KOrg hangs when exporting to-dos as web page
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: html export (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-09 20:48 UTC by Sabine Faure
Modified: 2010-06-26 00:24 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 Sabine Faure 2010-04-09 20:48:46 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Create a to-do for today
- Go to file menu/Export/Export Web Page...
- In the General Tab check 'Export to-do list'
- Browse and select a location on your HD to export the .html file
- In the To-dos tab give a title to the to-do list (ex to-do list wk14)
- Check all of the check boxes
- Click on 'Export' button

The mouse pointer becomes two small round balls that keep turning indefinitely. It is impossible to do anything else.
The only option is to quit KOrg.

Trunk, Svn Rev 1112991
Comment 1 Sergio Martins 2010-05-02 17:15:39 UTC
Can't reproduce, does your to-do have any special properties? recurrence, due, start date?
Comment 2 Sergio Martins 2010-06-01 12:45:35 UTC
If you can reproduce it please attach your calendar.
Comment 3 Sergio Martins 2010-06-06 12:17:31 UTC
SVN commit 1135074 by smartins:

The parent is already inside the list.

Also, fix the hang, the list size changed so the index never reached the end.

BUG: 233875


 M  +1 -4      htmlexportjob.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1135074
Comment 4 Sabine Faure 2010-06-26 00:24:03 UTC
It is corrected now.

After clicking on export there is a confirmation message and the to-dos are exported successfully.
The user can open the exported file (.html) from his HD and see its content successfully.

Trunk, Svn Rev 1142760