Bug 11967
Summary: | REGRESSION: First Enter key ignored on initial focus of textarea after page load | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | KwhiteRight |
Priority: | P1 | Keywords: | InRadar, Regression |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | data:text/html,%3Ctextarea%3E |
David Kilzer (:ddkilzer)
Summary:
The first Enter key is ignored when typed after initial focus of textarea after a page is newly loaded.
Steps to reproduce:
1. Open data: URL in bug.
2. Focus textarea (click or tab into it).
3. Hit Enter key.
Expected results:
Enter key should create a new line.
Actual results:
Enter key is ignored.
Regression:
This is a regression from shipping Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8N1037). Tested on a locally-built debug build of WebKit r18411.
Notes:
None.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/4960120>
mitz
Fixed by Justin in r19634.