Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

[Firefox] No popup menu with navigation bar disabled #720

Closed
nknwn opened this issue Feb 7, 2015 · 11 comments
Closed

[Firefox] No popup menu with navigation bar disabled #720

nknwn opened this issue Feb 7, 2015 · 11 comments

Comments

@nknwn
Copy link

nknwn commented Feb 7, 2015

I'm using Firefox 35.0.1 on Win7.
If navigation bar is disabled in Firefox, clicking the uBlock icon will not show any popup menu for it.
Any way to get the popup menu without having a navigation bar?

@elyrly
Copy link

elyrly commented Feb 11, 2015

I don't think this is possible because the Firefox Extension standard places the icon on the navigation bar for notification. Would be interested if you find another notification method on Firefox/Chrome.

@polyzen
Copy link

polyzen commented Feb 12, 2015

#549

@nknwn
Copy link
Author

nknwn commented Feb 14, 2015

Thank you @polyzen , Pentadactyl is not supported in the newer versions of Firefox, i am using Vimperator. Using info from last post on that issue, gorhill/uBlock#549 (comment), using that script with Stylish it breaks about:customize and other toolbars like StumbleUpon.

@polyzen
Copy link

polyzen commented Feb 14, 2015

@nknwn, Pentadactyl can be used (and works) if you use a dev build

@1xch
Copy link

1xch commented Feb 15, 2015

+1
vimperator with gui=nonavigation

You can place the icon into the vimperator statusline, and numbers are shown, but no popup on click. Other icons in the statusbar do show popup on hover/click.

@singpolyma
Copy link

Another vimperator user. I have the ublock icon on the tab bar. I also have firebug, requestpolicy, and hello icons on that bar and they all have popups work fine, but ublock does not pop anything up when I click it.

@MoSal
Copy link

MoSal commented Mar 26, 2015

Another Vimperator user here.

I just tried Vimperator's built-in styling support to work around the bug and it seems to work. A proper fix from uBlock would be ideal, of course.

: style -name ublick * #nav-bar * { visibility: visible; }

@ewollesen
Copy link

👍 but can confirm that the fix from @MoSal worked for me as well.

@tioteath
Copy link

I don't think this is possible because the Firefox Extension standard places the icon on the navigation bar for notification. Would be interested if you find another notification method on Firefox/Chrome.

Could you please checkout for ghostery implementation. It seems it works pretty good in ghostery.

@AlexVallat
Copy link
Contributor

Ghostery uses a legacy button API rather than the new CustomizableUI that uBlock uses. Since 0.9.4.0 you can have uBlock use a legacy button too by setting the about:config preference extensions.ublock.forceLegacyToolbarButton to true and restarting the browser. That should allow it to work in cases where the navigation bar has been hidden.

@akhy
Copy link

akhy commented Oct 27, 2015

@MoSal nice workaround! it also seems to fix similar issue with another plugin's popups

added this to my .vimperatorrc 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants