Skip to content

Loading…

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

Closed
nknwn opened this Issue · 11 comments

10 participants

@nknwn

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

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.

@nknwn

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

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

@thrisp

+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

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

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

:+1: but can confirm that the fix from @MoSal worked for me as well.

@tioteath

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
Collaborator

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.

@AlexVallat AlexVallat closed this
@akhyrul

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

added this to my .vimperatorrc :+1:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.