You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
Guys this makes sense: It's the CSS Usage 0.2.9 addon.
I disable CSS Usage 0.2.9 and I get the normal expected behaviour when left-clicking Firebug in the status bar to 'activate' it: the Console tab is selected / displays by default.
I enable CSS Usage 0.2.9 and I get fbug_open-and-activate-on-loaded-page.png (no tab displayed / selected by default)
Since CSS Usage 0.2.9 has UI that creates a new tab in Firebug, I'd suggest there's something wrong with Firebug's tab strip code.
Hope this helps.
Love the work you guys do.
pd
Jan Honza Odvarko
unread,
Sep 20, 2012, 5:51:34 AM9/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebug
Thanks pd!
I can reproduce the issue and I am seeing the following error (in
FBTrace) when CSS Usage 0.2.9 is installed.
EXCEPTION in Events.dispatch TabWatchListener.showContext: TypeError:
ssm.getCodebasePrincipal is not a function in chrome://cssusage/content/CssUsage.js:367
I'll ping the author of the plugin.
Honza
Jan Honza Odvarko
unread,
Sep 20, 2012, 7:45:33 AM9/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
On Sep 20, 1:34 pm, Jaap V <eijs...@gmail.com> wrote:
> This is in the localStorage section of the code.
> localStorage has the tendency to change in Fx which is really annoying.
> Previously i used
>
> Application.getExtensions(function(extensions) { storage =
> extensions.get("csscover...@spaghetticoder.org").storage; }
>
> that stopped working.
> Now i use
>
> Components.classes["@mozilla.org/scriptsecuritymanager;1"].getService(Components.interfaces.nsIScriptSecurityManager).getCodebasePrincipal(uri);
>
> which has also stopped working?
>
> Time to look into a 3rd way.
>
> Jaap
Jaap V
unread,
Sep 20, 2012, 7:48:27 AM9/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
On Thursday, September 20, 2012 1:45:40 PM UTC+2, Jan Honza Odvarko wrote:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
Great. Works fine for me using FF 15.0.1 + FB 1.10.3 on WinXP.
When we're already here. I found another little bug. Everytime you enable or disable a Firebug panel, the CSS Usage panel prints another line Press the 'Scan' button to (re)scan the page..