After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 433408 - Firefox consumed keys not always unregistered when leaving FF window
Firefox consumed keys not always unregistered when leaving FF window
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: extensions
0.5.x
Other Linux
: Normal major
: 0.5.2
Assigned To: Scott Haeger
LSR maintainers
Depends on:
Blocks: docnav rdb
 
 
Reported: 2007-04-25 19:34 UTC by Peter Parente
Modified: 2007-04-26 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Parente 2007-04-25 19:34:36 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.
Comment 1 Peter Parente 2007-04-25 19:41:12 UTC
Doesn't look like the ViewTask in FF Perk handles view lost properly.
Comment 2 Scott Haeger 2007-04-26 13:26:14 UTC
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.