Bug 87404 - Error dialogs in kstdoc can stall DCOP functions
Summary: Error dialogs in kstdoc can stall DCOP functions
Status: RESOLVED WORKSFORME
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-18 01:38 UTC by Rick Chern
Modified: 2004-08-18 01:49 UTC (History)
0 users

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 Rick Chern 2004-08-18 01:38:43 UTC
Version:           1.0.0_devel (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
OS:                Linux

Error dialogs that are popped up from kstdoc can sometimes cause DCOP functions to not return.  For example, opening an invalid file using DCOP pops up a dialog.

This can be avoided by being careful when using DCOP, but it would be nice if functions would always return without user interaction.
Comment 1 Rick Chern 2004-08-18 01:49:44 UTC
On second thought I think this is reasonable because the newFile, save, and saveAs DCOP functions don't usually prompt.  open only prompts if the file does not exist.