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:
gavin%gavinsharp.com 2007-11-06 18:48:58 +00:00
Родитель 5a14bd7503
Коммит a5f31786d0
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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