MenuManipulator 20140526

Talk about add-ons and extension development.
Post Reply
dorando
Posts: 1203
Joined: January 9th, 2004, 9:57 am
Contact:

Re: MenuManipulator 20140526

Post by dorando »

bege wrote:in Firefox 30 several menu items with hidden:true show up again, e.g.
Setting the hidden attribute won't work as the Application adds/removes it on demand. If you want to hide an item, set style to display:none.
Support mozilla.dorando.at through donations/contributions.
bege
Posts: 153
Joined: January 23rd, 2009, 9:14 pm
Location: Germany

Re: MenuManipulator 20140526

Post by bege »

Adblock Plus adds an item to the context menu in Firefox that does neither appear in MenuManipulator nor in DOM Inspector.
Please, can someone help to find the ID of this item?
Thank you very much.
Amsuke
Posts: 60
Joined: April 3rd, 2010, 8:23 am

Re: MenuManipulator 20140526

Post by Amsuke »

Is there a signed version of MenuManipulator anywhere?
morat
Posts: 6403
Joined: February 3rd, 2009, 6:29 pm

Re: MenuManipulator 20140526

Post by morat »

Amsuke wrote:Is there a signed version of MenuManipulator anywhere?
You can use the extension signing hack.

Similar thread: http://forums.mozillazine.org/viewtopic ... &t=3025979
pintassilgo
Posts: 200
Joined: August 30th, 2013, 3:50 pm

Re: MenuManipulator 20140526

Post by pintassilgo »

Drag isn't working in Fx 50. Please, how to move items?
pintassilgo
Posts: 200
Joined: August 30th, 2013, 3:50 pm

Re: MenuManipulator 20140526

Post by pintassilgo »

pintassilgo wrote:Drag isn't working in Fx 50. Please, how to move items?
https://bugzilla.mozilla.org/show_bug.cgi?id=1162050#c0

main.xul, line 44, replace ondraggesture by ondragstart:

Code: Select all

  <treechildren alternatingbackground="true" ondragstart="menuView.onDragStart(event);"/>
Bernd S.
Posts: 95
Joined: January 22nd, 2010, 7:14 am

Re: MenuManipulator 20140526

Post by Bernd S. »

Hello,

Thunderbird 45.7.1:
I wanted to apply the code document.getElementById('tabmail').closeOtherTabs(document.popupNode); to make a shortcut for closing all other opened tabs.
It seems not to work, any longer. Is there any other newer code?
thx

Bernd
Post Reply