Bug 73310

Summary: sending a new mail while forgetting the receiver and/or the subject the composing window is minimized and hidden
Product: [Applications] kmail Reporter: Gunnar Johannesmeyer <gunnar>
Component: generalAssignee: 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:

Description Gunnar Johannesmeyer 2004-01-23 10:10:20 UTC
Version:           1.6 (using KDE KDE 3.2.0)
Installed from:    Gentoo Packages
Compiler:          gcc 3.3.2 
OS:          Linux

hi,

sending a new mail while forgetting the receiver and/or the subject, a warning appears. clicking "ok" (or the like) the composing window is minimized and hidden. this is very confusing.

expected behavior:
after the warning the mail should be shown again with the cursor standing in the missing field!

-gunnar
Comment 1 Ingo Klöcker 2004-01-23 11:11:11 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.
Comment 2 Ingo Klöcker 2004-01-23 11:50:51 UTC
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.
Comment 3 Ingo Klöcker 2004-01-25 00:44:17 UTC
This will be fixed in KDE 3.2.1.