GNOME Bugzilla – Bug 433408
Firefox consumed keys not always unregistered when leaving FF window
Last modified: 2007-04-26 13:26:14 UTC
1) Navigate around some in FF. 2) Alt-Tab to gnome-terminal. 3) Try using the arrow keys. 4) If they work, repeat 1-3 until they don't. It appears we don't always unregister the hotkeys used in FirefoxPerk properly when the window is deactivated.
Doesn't look like the ViewTask in FF Perk handles view lost properly.
Added executeLost and executeGained methods to focus/view key registration tasks. Each new method calls proper mode method which in turn unreg/reg keys. Committed to repository.