зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1129401 - Can't copy URL by right clicking it the first time, r=Mossop.
This commit is contained in:
Родитель
d8d85982f0
Коммит
64fe7a6944
|
@ -241,9 +241,10 @@
|
|||
|
||||
#ifndef XP_WIN
|
||||
<handler event="contextmenu">
|
||||
// Only care about context clicks on the input field itself
|
||||
if (event.target != this.inputField)
|
||||
// Only care about context clicks on the textbox itself.
|
||||
if (event.target != this)
|
||||
return;
|
||||
|
||||
if (!event.button) // context menu opened via keyboard shortcut
|
||||
return;
|
||||
this._maybeSelectAll();
|
||||
|
|
Загрузка…
Ссылка в новой задаче