Bug 271313 - Clicking on a link and then cancelling the Save As dialog locks the page
Summary: Clicking on a link and then cancelling the Save As dialog locks the page
Status: RESOLVED WORKSFORME
Alias: None
Product: rekonq
Classification: Applications
Component: general (show other bugs)
Version: 0.7.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: 0.9
Assignee: Andrea Diamantini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-19 20:23 UTC by Frank Steinmetzger
Modified: 2012-02-21 09:31 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
A minimal example HTML to demonstrate the problem (147 bytes, text/html)
2011-04-19 20:23 UTC, Frank Steinmetzger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Steinmetzger 2011-04-19 20:23:57 UTC
Created attachment 59139 [details]
A minimal example HTML to demonstrate the problem

Version:           0.7.0 (using KDE 4.6.2) 
OS:                Linux

I just discovered this problem by chance:

Let’s say I display a page (from now on called “Page A”).
If I click on a link on Page A which causes Rekonq to download (not display) a file, and then cancel the resulting Save As dialog, subsequently the page in Rekonq gets locked -- I can neither click on a link nor navigate it with the Tab key. I can only reload now.

This only happens though if I got to Page A using the Forward or Back function. The page does not get locked if it was loaded directly. It also happens only if I left-click the link, but not if I right-click the link and chose "Save link as".

This bug also messes with the tab’s history:
When Page A gets locked and I invoke Go Forward, Page B is shown, but the address bar still shows Page A’s address. Going Back to Page A now shows an empty page with the address of Page B. But reloading any of page A or B reloads the correct page as the history in my head expects, disregarding what the address bar is showing.

Reproducible: Always

Steps to Reproduce:
- Go to a page ("page A") that has a link which Rekonq will download and not display itself (for an example see Additional Information)
- go to a Page B (by clicking a link on Page A or entering another address)
- go Back in the history to display Page A again
- left-click on the download link, a Save As dialog appears
- cancel the Save As dialog

Actual Results:  
the page is now locked and its history is somewhat borked (described in last paragraph of Details).

Expected Results:  
The Actual Results should not have happened.

On my system, for example, Rekonq immediately shows a Save As dialog when I click on the link to a ZIP file. Hence the attached example shows the bug for me.

In it, click on the first link and go Back. Now click on the ZIP link (make sure the file exists of course, e.g. by zipping the html).
Comment 1 Vladislav Blanton 2011-04-20 00:55:44 UTC
Could not reproduce.

Rekonq 0.6.1
KDE 4.5.5

Tested it on this page:
http://www.video.auxpa.org/audio.shtml
Comment 2 Frank Steinmetzger 2011-04-20 02:22:12 UTC
Indeed, I can’t reproduce the lock-up on that page of yours either. Have you tried it with my minimal example? But then again, I didn’t notice similar problems before, so it might have only been introduced by 0.7. I can’t be sure of that though.
Comment 3 Vladislav Blanton 2011-04-20 02:33:48 UTC
I tried here:
http://www.download4a.com/Linux/Games/Sports/Install-Foobillard.html
and here:
http://wiki.wesnoth.org/CompilingWesnothOnWindows

And it still was unreproducable, again rekonq 0.6.1, KDE 4.5.5

Perhaps this is a regression in 0.7?

I could not test it with your example because test.zip doesn't exist and so no save as dialog pops up. instead, i get a "file doesn't exist" page.
Comment 4 Frank Steinmetzger 2011-04-20 03:28:47 UTC
My example is a minimal HTML page that was supposed to demonstate the problem locally. So you have to download it first. And because creating a ZIP file oneself is not difficult, I didn’t attach one. I could ask a friend with a similar bleeding-edge Gentoo setup whether he can confirm my problem.

I first discovered it using my local apache (via http://localhost/test.html). But during writing this response I also tried it by loading the file locally (i.e. file:///home/frank/public_html/test.html). Now a click on the ZIP link opens it in Ark (I guess KDE’s inner mechanics recognise a local file and execute the default file type handler), but Rekonq still locks up the page.
Comment 5 Vladislav Blanton 2011-04-20 04:03:26 UTC
O.k.,

Tried it again locally with the attached test page and can confirm that it is not reproducible in Rekonq 0.6.1 KDE 4.5.5.
Comment 6 Felix Rohrbach 2011-04-23 14:04:37 UTC
I can confirm this with rekonq-git(>0.7.50). This bug could be related to bug 268327.
Comment 7 Andrea Diamantini 2012-02-03 16:48:53 UTC
I tried with the test.html page suggested and with all the links posted here. I cannot reproduce this with:
rekonq 0.8.73
qtwebkit 2.2.x
kdelibs 4.8.x

Closing in two weeks from now if no-one replies with a reproducible case in a similar configuration.