I think i might have found the actual cause of your issue. It seems theres a clash between the FB Purity browser extension and Firebug. The FB Purity browser extension is a compiled Greasemonkey script, and the compiler used to create it is called "Scriptify". It seems Scriptify is somehow introducing the code that is causing the conflict. Though i guess it could also possibly be a problem with Firebug i guess.
There are 2 solutions at present: 1) use the GM script version of FBP instead of the FF add-on version. You can get it from the Firefox section of the FBP install page at http://install.fbpurity.com 2) You can bring back the autocomplete functionality of Firebugs command line by adding the following Firebug helper addon https://addons.mozilla.org/en-US/firefox/addon/firebug-autocompleter/ the advantage of this add-on is that it brings auto-complete to the multi line editor in firebug, as the normal firebug install doesnt have command line completion in the multi line editor. On Friday, August 30, 2013 3:20:13 PM UTC+1, halcyon1234 wrote: > > I ended up removing FireQuery, then removing FireBug. Then I > reinstalled. It's working now. Thanks for the help. > > (Sidenote: MemoryBug was disabled, but I removed it anyways) > > On Thursday, August 29, 2013 5:53:29 PM UTC-4, Simon Lindholm wrote: >> >> It's most likely an extension conflict. Can you see if disabling some of >> the relevant extensions (e.g., FireQuery, MemoryBug) has an effect? >> >> -- 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/abcf68bd-3915-47a0-9646-0c7b7edeb93c%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
