Pauan / tab-organizer

Google Chrome Extension that makes it easier to manage many tabs!
MIT License
66 stars 8 forks source link

Context menu keyboard shortcuts are global, not local. #85

Closed Pauan closed 9 years ago

Pauan commented 9 years ago

Originally reported on Google Code with ID 83

What steps will reproduce the problem?
1. Select some tabs.
2. Open the context menu.
3. Press "L".

What is the expected output? What do you see instead?
Nothing should happen. Instead, the tabs are reloaded.

Please provide any additional information below.
The problem is that we assign keys into a single object, then check against that. What
we should do, is give a keys object to each submenu, and then check against that first,
implementing a type of inheritance.

Reported by pcxunlimited on 2010-10-20 05:16:28

Pauan commented 9 years ago
This issue was updated by revision 0b173edcab.

Reported by pcxunlimited on 2010-10-20 05:57:27

Pauan commented 9 years ago

Reported by pcxunlimited on 2010-10-27 10:30:01

Pauan commented 9 years ago

Reported by pcxunlimited on 2010-11-21 18:49:48

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:44:48