mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
Bug 987121 - Make sure we get mousemove events when autoscroll widget is showing (r=felipe)
This commit is contained in:
parent
df84680998
commit
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user