зеркало из https://github.com/mozilla/gecko-dev.git
Bug 987121 - Make sure we get mousemove events when autoscroll widget is showing (r=felipe)
This commit is contained in:
Родитель
df84680998
Коммит
bc585df1e0
|
@ -909,6 +909,9 @@
|
|||
const XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||
var popup = document.createElementNS(XUL_NS, "panel");
|
||||
popup.className = "autoscroller";
|
||||
// We set this attribute on the element so that mousemove
|
||||
// events can be handled by browser-content.js.
|
||||
popup.setAttribute("mousethrough", "always");
|
||||
return popup;
|
||||
]]>
|
||||
</body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче