[Webkit-unassigned] [Bug 11078] Forms Don't Submit (ASP Pages)
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Sep 29 06:05:57 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=11078
opendarwin.org at mitzpettel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |opendarwin.org at mitzpettel.co
| |m
Severity|major |normal
Status|UNCONFIRMED |NEW
Component|Forms |HTML DOM
Ever Confirmed|0 |1
------- Comment #1 from opendarwin.org at mitzpettel.com 2006-09-29 06:05 PDT -------
The form in the URL fails to submit when the Submit button is clicked due to a
JavaScript error. The root cause is that it uses document.all.item("name").
Firefox and Opera allow access by name using item() whereas WebKit allows it
only using namedItem().
The form can be sumbitted by pressing Enter when the text field has focus. This
obviously bypasses the Submitt button's onclick handler, and results in the
same form loading again without any message (the behavior is the same in
Firefox and WinIE as well).
--
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