Opened 14 years ago
Closed 12 years ago
#3336 closed bug
onsubmit event fails for enter-key submission on webkit browsers
Reported by: | erangalp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | Cc: | erangalp, flesler | |
Blocked by: | Blocking: |
Description
When using the onsubmit event (via the .submit method or by using .bind('submit') ), the submit event is not fired on webkit browsers when form is submitted using the enter key (tested on safari and chrome). This is especially problematic when using the onsubmit event to prevent the form from submitting naturally (event.preventDefault). It is possible the bug is related to jquery event normalization for webkit browsers.
Change History (3)
comment:1 Changed 14 years ago by
Cc: | erangalp flesler added |
---|---|
need: | Review → Test Case |
comment:2 Changed 12 years ago by
Status: | new → pending |
---|
This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!
comment:3 Changed 12 years ago by
Status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
Your details are not quite enough to be able to handle this. Could you provide a test case ? a minimalistic html file with the requires html and js to reproduce the problem. Thanks.