On Tuesday, September 3, 2013 2:18:53 AM UTC+2, oalite oalite wrote:
>
> #context-inspect + menuseparator doesn't work at all.
>
Well it does work for me (but I have only Firebug installed in the Firefox 
profile)

it seem that firebug menuitem is wrapped into an other menu element.
>
> <menuitem id=context-inspect />
> <menu>
>       <menuseparator />
>       <menuitem id=menu_firebug_firebugInspect />
> </menu>
>
> What I see in DOM Inspector addon 
(https://addons.mozilla.org/en-us/firefox/addon/dom-inspector-6622/)
is the following:

<menuitem id=context-inspect />
<menuseparator />
<menuitem id=menu_firebug_firebugInspect />

Btw. I am running Firebug 1.12
 
Honza

On Monday, September 2, 2013 9:52:51 PM UTC+8, Jan Honza Odvarko wrote:
>>
>> Try this:
>>
>> #context-inspect + menuseparator,
>> #menu_firebug_firebugInspect {
>>     display: none !important;
>> }
>>
>> (it assumes that Firebug's inspect  item comes after Firefox's inspect)
>>
>> Honza
>>
>>
>> On Monday, September 2, 2013 3:33:58 PM UTC+2, oalite oalite wrote:
>>>
>>> I want to show the firefox "Inspect Element" in the context menu, as i 
>>> need it sometime. and hide the firebug "Inspect Element with Firebug", as i 
>>> can wake firebug up by F12!
>>>
>>> i can hide it by userChome.css
>>> #menu_firebug_firebugInspect
>>> { display: none !important; }
>>>
>>> but the goddamn menuseparator is still there 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/d6d1b1db-ca25-4771-ad30-64c876c493a6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to