1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-27 15:52:26 +01:00

Fix strictfocus edgecase when the content window is editable.

--HG--
extra : transplant_source : B4%F6%E1a%0A%0Eo8u%DC%A0%E8%27%01%E1%8A%FF3Z
This commit is contained in:
Kris Maglione
2011-01-26 19:53:46 -05:00
parent 8db7f4c1e5
commit 197850aeca
3 changed files with 19 additions and 19 deletions

View File

@@ -482,6 +482,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
let win = document.commandDispatcher.focusedWindow;
let elem = config.mainWidget || content;
// TODO: make more generic
try {
if (this.has("mail") && !config.isComposeWindow) {