Summary: | sending a new mail while forgetting the receiver and/or the subject the composing window is minimized and hidden | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Gunnar Johannesmeyer <gunnar> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.6 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gunnar Johannesmeyer
2004-01-23 10:10:20 UTC
Is the composer window really minimized or is it just moved behind the main window? Simply minimize the main window to find out. If it's just moved behind the main window (which I can reproduce) then this is just another victim of the focus stealing prevention (of kwin) and most likely a duplicate of bug 72869. Hmm, it helps if we actually pass the parent window (instead of 0) to KMessageBox::information. We have to check all other uses of KMessageBox for the same mistake. This will be fixed in KDE 3.2.1. |