DescriptionOn MessageBoxView, do not intercept Ctrl-C by an Accelerator when the
MessageBox contains a TextField and it's focused.
This Accelerator for Ctrl-C was added to fix this bug
http://code.google.com/p/chromium/issues/detail?id=5879 , but we must also take
into account prompt().
TEST=Enter javascript:prompt('Do not copy me','Copy this!');void(0) into the
address bar, and then press Ctrl-C. We should get "Copy this!" into the
clipboard.
BUG=11872
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|