Bug 49933 - REGRESSION: Pressing Enter doesn't submit the focused form in WebKit2
Summary: REGRESSION: Pressing Enter doesn't submit the focused form in WebKit2
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly, Regression
Depends on:
Blocks:
 
Reported: 2010-11-22 13:30 PST by Adam Roben (:aroben)
Modified: 2011-03-15 15:06 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-11-22 13:30:30 PST
To reproduce:

1. Go to https://bugs.webkit.org/
2. Type something in the search field near the bottom of the page
3. Press Enter

The form is not submitted. I'm pretty sure this used to work in WebKit2, and it definitely works in WebKit1.
Comment 1 Adam Roben (:aroben) 2010-11-22 13:53:18 PST
<rdar://problem/8695027>
Comment 2 Adam Roben (:aroben) 2011-01-24 10:20:00 PST
Spy++ shows that WebKit1 gets WM_KEYDOWN/WM_CHAR/WM_KEYUP, while WebKit2 only gets WM_KEYDOWN/WM_KEYUP.
Comment 3 Jeff Miller 2011-03-15 15:06:54 PDT
Looks like this is an issue in Safari, not WebKit.