RESOLVED FIXED 57275
REGRESSION: Can't enter pasted with context or Edit menu text in search or address field in the browser
https://bugs.webkit.org/show_bug.cgi?id=57275
Summary REGRESSION: Can't enter pasted with context or Edit menu text in search or ad...
Enrica Casucci
Reported 2011-03-28 15:01:47 PDT
* STEPS TO REPRODUCE 1. Launch Safari on Windows and copy some text in clipboard 2. Click on the search field in the browser and select Edit>Paste or choose paste from the context menu 3. Press Return * RESULTS nothing happens and a beep sounds.
Attachments
Patch (4.19 KB, patch)
2011-03-28 15:42 PDT, Enrica Casucci
sam: review-
Patch2 (5.32 KB, patch)
2011-03-28 17:00 PDT, Enrica Casucci
sam: review+
Enrica Casucci
Comment 1 2011-03-28 15:11:22 PDT
Enrica Casucci
Comment 2 2011-03-28 15:42:59 PDT
Sam Weinig
Comment 3 2011-03-28 16:30:32 PDT
Comment on attachment 87224 [details] Patch I think it would be better to do this at the Editor command level, and change context menu code to call editor()->command("Cut").execute() and editor()->command("Paste").execute()
Enrica Casucci
Comment 4 2011-03-28 17:00:28 PDT
Created attachment 87241 [details] Patch2 Updated patch per Sam's feedback.
Enrica Casucci
Comment 5 2011-03-28 17:15:33 PDT
Note You need to log in before you can comment on or make changes to this bug.