Bug 21716 - webkit clears the input fields on pressing 'Enter' key
Summary: webkit clears the input fields on pressing 'Enter' key
Status: RESOLVED DUPLICATE of bug 9756
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://oit.wvu.edu/training/classmat/...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-10-17 14:24 PDT by jasneet
Modified: 2008-10-18 01:58 PDT (History)
1 user (show)

See Also:


Attachments
reduced testcase (180 bytes, text/html)
2008-10-17 14:26 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-10-17 14:24:26 PDT
I Steps:
Go to http://oit.wvu.edu/training/classmat/js/javascript/examples/windows/popup4.html
Enter name and color and press the 'Enter' key

II Issue:
on pressing enter key the input entered in textfield disappears

III Conclusion:
When you hit 'Enter', webkit loads a new URL which consists of the base url plus the two elements of the form and their values. FF and IE do not load a new URL.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37604
Comment 1 jasneet 2008-10-17 14:26:05 PDT
Created attachment 24462 [details]
reduced testcase
Comment 2 Alexey Proskuryakov 2008-10-18 01:58:03 PDT

*** This bug has been marked as a duplicate of 9756 ***