mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 23:15:46 +01:00
Fix stupid MS/Mac urlbar focus bug again (again)
This commit is contained in:
@@ -1143,7 +1143,7 @@ function Events() //{{{
|
||||
}
|
||||
|
||||
urlbar = document.getElementById("urlbar");
|
||||
if (focus == null && urlbar && urlbar.inputField == lastFocus)
|
||||
if (elem == null && urlbar && urlbar.inputField == lastFocus)
|
||||
liberator.threadYield(true);
|
||||
|
||||
if (liberator.mode & (modes.INSERT | modes.TEXTAREA | modes.MESSAGE | modes.VISUAL))
|
||||
|
||||
Reference in New Issue
Block a user