1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 03:47:58 +01:00

Merge branch default.

--HG--
branch : bootstrapped
This commit is contained in:
Kris Maglione
2010-12-24 05:54:25 -05:00
5 changed files with 25 additions and 20 deletions

View File

@@ -962,7 +962,7 @@ const Events = Module("events", {
let elem = event.target;
let win = elem.ownerDocument && elem.ownerDocument.defaultView || elem;
for (; win; win = win != win.parent && win.parent)
win.dactylFocusAllowed = true;
win.document.dactylFocusAllowed = true;
},
onPopupShown: function onPopupShown(event) {