Summary: | kmail does not pass KIO::HideProgressInfo to the KioJob when opening https:// links | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | S. Burmeister <sven.burmeister> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bigras.bruno |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
S. Burmeister
2009-07-02 18:33:00 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. 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 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 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 |