зеркало из https://github.com/mozilla/gecko-dev.git
Bug 985867 - Fix touch/click ordering on about:addons page. r=mfinkle
This commit is contained in:
Родитель
d6222f0d5c
Коммит
bd67e9eb95
|
@ -32,6 +32,9 @@ var ContextMenus = {
|
|||
document.getElementById("contextmenu-enable").addEventListener("click", ContextMenus.enable.bind(this), false);
|
||||
document.getElementById("contextmenu-disable").addEventListener("click", ContextMenus.disable.bind(this), false);
|
||||
document.getElementById("contextmenu-uninstall").addEventListener("click", ContextMenus.uninstall.bind(this), false);
|
||||
|
||||
// XXX - Hack to fix bug 985867 for now
|
||||
document.addEventListener("touchstart", function() { });
|
||||
},
|
||||
|
||||
handleEvent: function(event) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче