Bug 280267 - File Dialog Cancellation problem
Summary: File Dialog Cancellation problem
Status: RESOLVED WORKSFORME
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2011-08-17 11:43 UTC by allan
Modified: 2018-09-27 16:49 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 allan 2011-08-17 11:43:41 UTC
Version:           SVN trunk (using KDE 4.6.2) 
OS:                Linux

If I have saved a file to a network Samba device, when I later come to 'Save as' or 'Open', the dialog box presents the share location for use and requests my password, .  If I don't want that, I have to clock cancel either three or four times to get to the dialog box proper.

Reproducible: Always

Steps to Reproduce:
1) Save a KMM file to a network share.
2) Click 'Open', or 'Save as'.
3) Click cancel 3 or 4 times to remove password dialog.


Actual Results:  
As above

Expected Results:  
One click should cancel?
Comment 1 Cristian Oneț 2011-08-17 17:20:34 UTC
Does KMyMoney trigger that dialog or is it an issue with KIO? What happens when you browse that folder with Dolphin?
Comment 2 allan 2011-08-17 19:49:55 UTC
(In reply to comment #1)
> Does KMyMoney trigger that dialog or is it an issue with KIO? What happens when
> you browse that folder with Dolphin?

I seem to remember a long while back, Thomas added it to KMM at my request.  In fact, I do it also in the plugin.  It  manages with just two 'cancels'.  I think this is it. - 
if (!KIO::NetAccess::download(m_url, m_inFileName, 0)) {
    KMessageBox::detailedError(0, i18n("Error while loading file '%1'.", m_url.prettyUrl()),
                               KIO::NetAccess::lastErrorString(),
                               i18n("File access error"));

Konqueror manages with one cancel, the gnome equivalent on Mint takes two, also.
Comment 3 Cristian Oneț 2014-09-25 19:12:48 UTC
I was unable to reproduce this using sftp. Is this still happening?
Comment 4 Andrew Crouthamel 2018-09-25 03:56:45 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Thomas Baumgart 2018-09-27 16:49:29 UTC
Unfortunately, allen is not among us anymore. Hence, I close the bug.