Bug 12135 - REGRESSION: <input> and <textarea> not focused on right click
Summary: REGRESSION: <input> and <textarea> not focused on right click
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2007-01-05 22:35 PST by Matt Lilek
Modified: 2007-01-11 10:45 PST (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 Matt Lilek 2007-01-05 22:35:29 PST
<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.
Comment 1 Matt Lilek 2007-01-05 22:39:33 PST
This also seems to apply to ContentEditable elements.
Comment 2 Darin Adler 2007-01-11 09:17:22 PST
Note that with AppKit text fields, we used to select the word that you right-clicked on (possibly related to the spell checking UI).
Comment 3 Beth Dakin 2007-01-11 10:44:22 PST
Fixed with r18769. This is in Radar as 4908884.