[Webkit-unassigned] [Bug 16886] New: Safari submits forms with disabled submit buttons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 14:54:12 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16886

           Summary: Safari submits forms with disabled submit buttons
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mhharrison at socket.net


Simple code example.  Even with submit button disabled, Safari will submit the
form when pressing the return/enter key.  Button is disabled for mouse clicks.

<html>
        <body>
                <form method="post" action="nonpage.html">
                        <input type="text">
                        <input type="submit" value="This is disabled"
DISABLED/>
                </form>
        </body>
</html>


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



More information about the webkit-unassigned mailing list