I'm currently tackling a new project that involves complex javascript development. Unfortunately, I am unable to share any code specifics at this time.
Initially, my script functioned correctly in Firefox 3.0 but encountered issues when tested on Firefox 3.5. Determined to resolve the compatibility problem, I upgraded to the latest version of Firebug and activated the console feature before refreshing the page.
To my surprise, the script performed flawlessly without generating any errors or warnings.
However, upon deactivating the console, the script abruptly stopped working...
What could be causing this phenomenon? Does the Firebug console alter Firefox's behavior, resulting in improved script functionality? Any recommendations for next steps moving forward? (aside from suggesting future users install Firebug...)