Bug 19952

Summary: Save Settings not working on Safari
Product: WebKit Reporter: Anantha Keesara <anantha>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
reduction.zip none

Description Anantha Keesara 2008-07-08 14:29:57 PDT
I. Steps:
 -----------
 
 1. Launch Safari
 2. Launch the attached testcase
 3. Click on 'Save Settings' button
 
 
 
 
 II. Issue:
 -----------------
 No action is performed by Safari. In FF3, IE7, the control is transfered to the next page. This issue is caused because in Safari, the method "form.submit()"  doesn't work in javascript function "performAction" when it is called a second time.
 
 
 
 
 
 III. Other browsers:
 -----------------------
 IE7 : ok
 FF3 : ok
 Opera 9.27: ok
 
 IV. Safari nightly tested: version 3.1.1(525.17 )- r34388.
 
 Not working properly on Safari.
 
 
 
 V. Safari screenshot : Not Avalible
Comment 1 Anantha Keesara 2008-07-08 14:29:59 PDT
Created attachment 22164 [details]
reduction.zip