Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Re: Developer Console totally can't use with Firef...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Developer Console totally can't use with Firefox 18
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-15-2013 08:31 PM
When using Firefox 18, users can't open developer console at all.
However, it's ok when using with chrome and IE, and also Firefox 18 safe mode.
Even clear all of historial data and cookies, and disable all of plugins and extensions it is unable to open developer console well.
Firefox 18 can only open developer console by safe mode.
Solved! Go to Solution.
Re: Developer Console totally can't use with Firefox 18
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-16-2013 08:48 AM
Looks like it is an issue in the new IonMonjey compiler in FF18 that is surfaced in Ext.
Here is the Ext issue: http://www.sencha.com/forum/showthread.php?253345-
Here is the FF bug: https://bugzilla.mozilla.org/show_bug.cgi?id=81802
More information on IonMonkey: https://blog.mozilla.org/javascript/2012/09/12/ion
As a workaround, looks like you can disable javascript.options.ion.content in your about:config, or open Firebug seems to help.
Re: Developer Console totally can't use with Firefox 18
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-17-2013 02:18 AM
Yes. when toggle "javascript.options.ion.content" to false, the problem is gone. Not only so, the speed is faster than ever... Cool!!

