On Tue, Jul 19, 2011 at 03:09:43PM +0000, corvid wrote:
Alexander wrote:
I just noticed a strange behaviour when trying to download a file twice with Dillo:
When you click on a link, which points to a pdf file, the "Save Link as File" dialog pops up. When you then press "Cancel" and afterwards click on the link again, nothing happens, i.e. the save dialog does not show up again. One has to reload the page in order to get the save dialog again.
Is this behaviour desired?
Not at all.
I find it a bit confusing.
It's a bug. Would you mind filling an entry in the bugtrack? (just for my pleasure of marking it "done" soon ;)
I think this is because of the part in a_Nav_push() that goes:
if (bw->nav_expecting && !a_Url_cmp(bw->nav_expect_url, url) && !strcmp(URL_FRAGMENT(bw->nav_expect_url),URL_FRAGMENT(url))) { /* we're already expecting that url (most probably a double-click) */ return; }
Yes, but the problem is elsewhere. I'm testing a two liner that fixes it. -- Cheers Jorge.-