1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 23:35:44 +01:00

Fix lost key presses when starting find mode during page load.

This commit is contained in:
Kris Maglione
2011-02-03 12:35:37 -05:00
parent d9ad94fb1e
commit e769c21566
3 changed files with 14 additions and 11 deletions

View File

@@ -510,6 +510,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
}
catch (e) {}
util.dumpStack(" ================ FOCUS CONTENT ================ ");
if (clearFocusedElement) {
if (dactyl.focusedElement)
dactyl.focusedElement.blur();