[Webkit-unassigned] [Bug 8510] New: submit event doesn't bubble - it's supposed to.
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Apr 21 00:11:41 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8510
Summary: submit event doesn't bubble - it's supposed to.
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.0
Status: NEW
Severity: normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: mjs at apple.com
Here's a simple test case:
<div onsubmit="alert('submit')">
<form action="?foo">
<input type="submit">
The alert fires in other browsers. I suspect this is just a matter of changing
false to true on this line of HTMLFormElement.cpp:
if ( dispatchHTMLEvent(submitEvent,false,true) && !m_doingsubmit )
--
Configure bugmail: http://bugzilla.opendarwin.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