RequestPolicyContinued / requestpolicy

a web browser extension that gives you control over cross-site requests. Available for XUL/XPCOM-based browsers.
https://github.com/RequestPolicyContinued/requestpolicy/wiki
Other
252 stars 35 forks source link

Menu does not open when RP menu icon (flag) hasn't been visible in the current window yet #815

Closed myrdd closed 8 years ago

myrdd commented 8 years ago

Steps to reproduce:

  1. Install/enable RP. My version: 1.0.beta12.3.1531.r1d2cd54.pre
  2. Move the RP menu icon (flag) to a non-visible place. This is, you need to ”customize“ the firefox UI
    • either remove the icon completely,
    • or move the icon into Firefox's Australis menu
  3. Open a new firefox window
  4. Open the menu via context menu (right click on content) or via keyboard shortcut (alt+shift+r)

What happens?

The menu does not open. Instead, the browser console shows this message:

TypeError: aElement is null

In case the menuicon is visible when performing step 4, the menu does open.

What should happen?

The menu should open regardless of where the menu icon is located.