* SUMMARY Paste is disabled for many edit fields (yahoo and google search, yahoo mail msg, etc). Accelerator Ctrl-V will paster into same field from clipboard. Tested on W7. Not reproducible on SL. * STEPS TO REPRODUCE 1.copy some text for clipboard from third party (I used Character Map on windows) 2. Open yahoo.com or google.com 3. While cursor is in search field on the page, select Edit>Paste * RESULTS Paste option is disabled, but text can be pasted via Ctrl-V.
<rdar://problem/9246149>
Created attachment 89117 [details] Patch
Comment on attachment 89117 [details] Patch Is it possible to create a regression test for this? If so, please add one, if not, r=me
I spoke with Enrica about this, and she told me that because the bug was in the menu and not keyboard shortcuts, that this is not something that can be tested via DumpRenderTree.
Created attachment 89425 [details] Patch New patch that avoids the #ifdef PLATFORM() call and moves it to a runtime check in EditingBehavior.h
Comment on attachment 89425 [details] Patch r=me
The commit-queue encountered the following flaky tests while processing attachment 89425 [details]: http/tests/misc/favicon-loads-with-icon-loading-override.html bug 58412 (author: alice.liu@apple.com) The commit-queue is continuing to process your patch.
Comment on attachment 89425 [details] Patch Clearing flags on attachment: 89425 Committed r83814: <http://trac.webkit.org/changeset/83814>
All reviewed patches have been landed. Closing bug.
*** Bug 58209 has been marked as a duplicate of this bug. ***