Thanks! Kudos to you. That solved it of course. I've released a new version waiting for Mozilla review.
Den onsdagen den 29:e augusti 2012 kl. 11:36:36 UTC+2 skrev Jan Honza Odvarko: > > I installed FBTrace from here: > https://getfirebug.com/releases/fbtrace/1.10/fbTrace-1.10b3.xpi > > See also wiki page: > https://getfirebug.com/wiki/index.php/FBTrace > > Runner together with your extension and there is following exception: > Events.dispatch showPanel: TypeError: browser.chrome is undefined in > chrome://cssupdater/content/ff-overlay.js:50 > > In Firebug.CssupdaterModule.showPanel method, > > change the following line: > var hwButtons = browser.chrome.$("fbCssUpdaterButtons"); > > to: > var hwButtons = Firebug.chrome.$("fbCssUpdaterButtons"); > > Honza > > > On Aug 29, 9:21 am, Jhonte <[email protected]> wrote: > > Thanks! > > > > It's the cssUpdater addon. > https://addons.mozilla.org/en-US/firefox/addon/cssupdater/ > > > > Happens at least when using FireBug 1.10.2 and FireFox 15.0 > (reproduceable > > by me and reported by many users) > > > > Den onsdagen den 29:e augusti 2012 kl. 08:10:57 UTC+2 skrev Jan Honza > > Odvarko: > > > > > > > > > > > > > > > > > > > > > I can take a quick look at your extension if you point me to where I > > > can find the xpi... > > > > > Honza > > > > > On Aug 28, 7:19 pm, Johan Andersson <[email protected]> > > > wrote: > > > > Yes I do :( > > > > > > I will try find what's wrong some way. I have not changed my > extension > > > in about 8 months but I saw that it didn't work as expected anymore > now :). > > > > > > -- Johan > > > > > > On Aug 28, 2012, at 7:41 AM, Jan Honza Odvarko <[email protected]> > > > wrote: > > > > > > > This didn't change and should still work. > > > > > > > Make sure you are applying your XUL overlay to: > > > > > > > chrome://firebug/content/firebugOverlay.xul > > > > > (in chrome.manifest) > > > > > > > Are you? > > > > > > > Honza > > > > > > > On Aug 27, 11:26 pm, Jhonte <[email protected]> wrote: > > > > >> Using FireBug 1.10.2 > > > > > > >> Prior to 1.10.2 (don't know when exactly) I could add buttons in > the > > > HTML > > > > >> and CSS tabs like this. > > > > > > >> <toolbar id="fbToolbar" align="center"> > > > > >> <hbox id="fbToolbarInner" insertbefore="fbDetachButton" > > > flex="1" > > > > >> align="center"> > > > > >> <hbox id="mybutton" insertafter="fbNetButtons"> > > > > >> .... > > > > > > >> But now there isn't any buttons visible. Please point me in the > > > right > > > > >> direction! Have I missed a release log where some new syntax was > > > documented? > > > > > > >> Thanks! > > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > > > Groups "Firebug" group. > > > > > To post to this group, send email to > > > > > [email protected]<javascript:> > > > > > > To unsubscribe from this group, send email to > > > > > [email protected] <javascript:> > > > > > For more options, visit this group at > > > > >https://groups.google.com/forum/#!forum/firebug > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
