зеркало из https://github.com/mozilla/pjs.git
use bubble, not capture, on mousedown so that sites can get mouse events
--HG-- branch : mobile
This commit is contained in:
Родитель
de4e855851
Коммит
2662fdbc0c
|
@ -429,7 +429,7 @@ MouseController.prototype = {
|
|||
init: function(aBrowser)
|
||||
{
|
||||
this._browser = aBrowser;
|
||||
this._browser.addEventListener("mousedown", this, true);
|
||||
this._browser.addEventListener("mousedown", this, false);
|
||||
this._browser.addEventListener("mouseup",this, true);
|
||||
this._browser.addEventListener("mousemove", this, true);
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче