[prev in list] [next in list] [prev in thread] [next in thread] 

List:       konq-bugs
Subject:    [Bug 74569] [EL] [test case] submit confimation dialog appears
From:       Gérard Talbot <browserbugs () gtalbot ! org>
Date:       2011-08-31 4:10:43
Message-ID: E1Qyc8R-0002HH-OT () bugs ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=74569





--- Comment #39 from Gérard Talbot <browserbugs gtalbot org>  2011-08-31 04:10:42 ---
> I gave up on (...) Konqueror a couple of years later.
> 
> Kubuntu (...) no longer has Konqueror!

Rudo,

I use Konqueror 4.7.0 with Kubuntu 11.04 (thanks to PPA backports). I do not
even know where a Konqueror user can turn on (or off) "Warn on sending
unencrypted data" in Konqueror. The modal confirmation dialog window I get is
rather normal and expectable:

"
Vous êtes sur le point de transférer les fichiers suivants depuis votre
ordinateur local vers l'Internet.
Voulez-vous vraiment continuer ?
"

which, in French, is saying (could be translated to)

"
You are about to transfert the following files from your local computer to the
Internet. 
Do you want to continue?
"

I just tried attachment 6867 
https://bugs.kde.org/attachment.cgi?id=6867

and

https://bugs.kde.org/attachment.cgi?id=19162
attachment 19862

and did not crash but there was 2 modal dialog "Confirmation to send" windows
with attachment 19162.

I think the code 

<form  name="tcform" id="tcform1" class="formular"
action="testcase-filedouble.html" method="POST" enctype="multipart/form-data">
File:<input  name="filefield" type="file" size="20" maxlength="255"
id="filefield" class="filefield" value="" />
<input  name="ajaxsubmit" type="submit" id="send" class="button"
onclick="prepareFileupload();document.tcform.submit();" value="Test" />
</form>

should be instead and should have been instead

<form  name="tcform" id="tcform1" class="formular"
action="testcase-filedouble.html" method="POST" enctype="multipart/form-data"
onsubmit="prepareFileupload();">
File:<input  name="filefield" type="file" size="20" maxlength="255"
id="filefield" class="filefield" value="" />
<input  name="ajaxsubmit" type="submit" id="send" class="button" value="Test"
/>
</form>

A click event on a submit button is going to submit its form elements: that's
to be expected for sure... what else would one reasonably expect from such
event to begin with... 


Okay. After thinking, checking, etc., I think, as far as I am concerned, this
bug should be resolved as WORKSFORME (that is because we don't know for sure
which patch fix the original issue in this bug): that's the proper way to do
this in bug reports.

regards, Gérard

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Konq-bugs mailing list
Konq-bugs@kde.org
https://mail.kde.org/mailman/listinfo/konq-bugs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic