Bug 198671 - kmail does not pass KIO::HideProgressInfo to the KioJob when opening https:// links
Summary: kmail does not pass KIO::HideProgressInfo to the KioJob when opening https://...
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-02 18:33 UTC by S. Burmeister
Modified: 2009-08-25 20:01 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 S. Burmeister 2009-07-02 18:33:00 UTC
Version:            (using KDE 4.2.90)
OS:                Linux
Installed from:    SuSE RPMs

This is with KDE 4.3 RC1.

If one clicks on a https:// link in kmail, e.g. a mail send from bugzilla, it opens a progress dialogue. If plasma is set to not hide copy/move etc. jobs this progress dialgue will stay open forever. I was told on IRC that this happens only if apps fail to pass KIO::HideProgressInfo to the KioJob and that it's the apps' fault and not plasma's.

If I'm wrong, please re-assign.

It seems to work for http://
Comment 1 Bruno Bigras 2009-07-13 13:16:31 UTC
I was able to reproduce this bug with kmail from trunk on KDE 4.3 RC2 (Qt: 4.5.1)

In my case the progress dialogue was auto-hidden but it remain a "completed job" indefinitely.

A patch was sent and is waiting for review.
Comment 2 Bruno Bigras 2009-07-13 21:15:17 UTC
SVN commit 996061 by bbigras:

workaround : without showProgressInfo=false, the kiojob remain open forever with https link
BUG: 198671

 M  +2 -1      kmcommands.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=996061
Comment 3 Allen Winter 2009-07-22 19:26:45 UTC
SVN commit 1001215 by winterz:

Backport r996061 by bbigras from trunk to the 4.3 branch:

workaround : without showProgressInfo=false, the kiojob remain open forever with https link
CCBUG: 198671


 M  +2 -1      kmcommands.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1001215
Comment 4 Bruno Bigras 2009-08-25 20:01:50 UTC
SVN commit 1015512 by bbigras:

Revert "workaround : without showProgressInfo=false, the kiojob remain open forever with https link"
It seem the problem was fixed in KRun

CCBUG: 198671

 M  +1 -2      kmcommands.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1015512