#11090 closed defect (fixed)
Very annoying exception when using Firebug break on error with dojo
Reported by: | kludgeless | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | General | Version: | 1.5.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See this post for details:
http://stackoverflow.com/questions/2730084/permissions-error-when-debugging-with-dojo-src
Exceptions should be the exception and not the rule. This exception is fired every time you run dojo in Firefox, unless you're running it in an extension. This branch of code should be skipped based on some other conditional. A djconfig option that extension providers must set, or some other env var that is/could be common to extensions seems like a reasonable approach.
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
(In [22130]) Refs #7757 and Fixes #11090, do not throw an error for just running dojo.js from source in firefox with firebug gbreaking on all errors. Start the migration to hostenvs explicitly indicated by the user as it will be increasingly hard to detect the correct hostenv anyway. \!strict