Bug 12135
| Summary: | REGRESSION: <input> and <textarea> not focused on right click | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Lilek <dev+webkit> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | adele, aroben, bdakin |
| Priority: | P1 | Keywords: | InRadar, Regression |
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Matt Lilek
<input> and <textarea> elements don't recieve focus when right clicked with the new context menus. The context menu displayed is the default one only without the reload option.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Lilek
This also seems to apply to ContentEditable elements.
Darin Adler
Note that with AppKit text fields, we used to select the word that you right-clicked on (possibly related to the spell checking UI).
Beth Dakin
Fixed with r18769. This is in Radar as 4908884.