Bug 13011 - Multiple form submit protection does not cover javascript urls
Summary: Multiple form submit protection does not cover javascript urls
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 39021
  Show dependency treegraph
 
Reported: 2007-03-08 04:53 PST by Antti Koivisto
Modified: 2010-05-13 16:03 PDT (History)
1 user (show)

See Also:


Attachments
test case (568 bytes, text/html)
2007-03-08 04:55 PST, Antti Koivisto
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2007-03-08 04:53:11 PST
see the attached test case
Comment 1 Antti Koivisto 2007-03-08 04:55:04 PST
Created attachment 13541 [details]
test case

WebKit submits the form twice, Firefox only once.
Comment 2 Dimitri Glazkov (Google) 2010-05-12 13:18:58 PDT
Whoa. The magic is triggered by calling appendChild in the print method.
Comment 3 Dimitri Glazkov (Google) 2010-05-13 16:03:04 PDT
(In reply to comment #2)
> Whoa. The magic is triggered by calling appendChild in the print method.

Disregard that. I must have had something in my tea yesterday.