зеркало из https://github.com/mozilla/pjs.git
Bug 400935: Opening the identity box shouldn't select the address, patch by D�o Gottwald <dao@mozilla.com>, r=me
This commit is contained in:
Родитель
5a14bd7503
Коммит
a5f31786d0
|
@ -5856,6 +5856,8 @@ IdentityHandler.prototype = {
|
|||
* Click handler for the identity-box element in primary chrome.
|
||||
*/
|
||||
handleIdentityClick : function(event) {
|
||||
event.stopPropagation();
|
||||
|
||||
if (event.button != 0)
|
||||
return; // We only want left-clicks
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче