Here is another test of a completely simple HTML file using #startOpened, and its working:
https://s3-us-west-1.amazonaws.com/firebug/test.html I did see that referencing it from the same web server using a relative URL does not work - it definitely should, I'll look into this. (I've just recently joined this project and am still trying to get my bearings...and there is no one to get the bearings from since it hasn't been maintained for a few years, so bear with me!) A few notes / questions / things to try: 1) What browser/version are you using? 2) Can you check the javascript error console for errors? 3) If you can make your page available publicly or at least try to resonably reproduce it somewhere I could see, that would help with the troubleshooting. Regards, Gal On Thursday, June 13, 2013 3:28:28 PM UTC-7, roughycannon wrote: > > js fiddle always shows it open regardless try taking the #startopened away > and it still shows opened, I've already tried this before. > > On Thursday, June 13, 2013 11:24:59 PM UTC+1, Gal Steinitz wrote: >> >> Can you link to a code sample? >> >> I just created a test on jsfiddle and its working as expected with >> #startOpened: >> >> http://jsfiddle.net/JBqQf/ >> >> >> On Friday, June 7, 2013 7:11:45 AM UTC-7, roughycannon wrote: >>> >>> None of these options will work I have tried using a local link and live >>> link but it wont start opened on any browser. >>> >>> Firebug lite is loading as pressing F12 brings it up straight away. >>> >>> I have tried the hash# >>> >>> <script type="text/javascript" >>> src="/local/path/to/firebug-lite.js#startOpened"></script> >>> >>> And the JSON: >>> >>> <script type="text/javascript" src=" >>> https://getfirebug.com/firebug-lite.js"> >>> { >>> overrideConsole: false, >>> startInNewWindow: true, >>> startOpened: true, >>> enableTrace: true >>> } >>> </script> >>> >>> Tried both with a local link and live link it will not start opened at >>> all. >>> >> -- 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/ec75991c-ef72-47f9-b2df-fbab8c88e849%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
