Bug 13011

Summary: Multiple form submit protection does not cover javascript urls
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: dglazkov
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 39021    
Attachments:
Description Flags
test case none

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.