[Webkit-unassigned] [Bug 31097] New: <FORM> sends the form-data to the URL specified in "action" only once.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 21:31:08 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31097

           Summary: <FORM> sends the form-data to the URL specified in
                    "action" only once.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://blog.sina.com.cn/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hanrui.gao at gmail.com
                CC: johnnyding.webkit at gmail.com


Created an attachment (id=42447)
 --> (https://bugs.webkit.org/attachment.cgi?id=42447)
Screenshot for your reference.

Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
     Safari 4: Fail
  Firefox 3.x: OK
         IE 7: OK
         IE 8: OK

What steps will reproduce the problem?
    1. Launch Safari
    2. Load http://blog.sina.com.cn/
    3. Type any words in the input box
    4. Click "搜索". Then it will open a window or tab for results. 
    5. Back to original window or tab, click "搜索" again.

What is the expected result?
It should open a new window or tab to show the search result again.

What happens instead?
No result window nor tab has been opened.

Please provide any additional information below. Attach a screenshot if
possible.
1. When you go back to the original window or tab and press any key, and 
click the "搜索" button again, a new window/tab with search result will be 
shown.
2. When you go back to the original window or tab and press the "Enter" key  
in the input box, the result page could be shown.

So the issue seems to be that the <form> could not send the form-data 
continuously when there's no keyboard event happened between the submit 
button clicking. (Refer to my test-cases attached.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list