зеркало из https://github.com/mozilla/gecko-dev.git
Bug 363965 - Fix regression in text selection
r=samuel@sieb.net (Samuel Sieb) ChatZilla Only.
This commit is contained in:
Родитель
647c4432cc
Коммит
de54848011
|
@ -202,14 +202,14 @@ function onMessageViewMouseDown(e)
|
|||
if ((typeof startScrolling != "function") ||
|
||||
((e.which != 1) && (e.which != 2)))
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
var cx = getMessagesContext(null, e.target);
|
||||
var command = getEventCommand(e);
|
||||
if (!client.commandManager.isCommandSatisfied(cx, command))
|
||||
startScrolling(e);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
function getEventCommand(e)
|
||||
|
|
Загрузка…
Ссылка в новой задаче