#3453 closed defect (fixed)
suppression of errors in 0.9
Reported by: | Dustin Machi | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In doing development with 0.9 I'm noticing a lot of places (no specific pattern yet that I can confirm) where dojo seems to be squashing browsers errors when it shouldnt'. This makes it slow and frustrating to debug.
Change History (5)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | → 0.9beta |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I've checked all of the squelches in Base to ensure that they're (at a minimum and should it make sense) being logged. Gonna mark "fixed" for now. We can re-open if we find others.
comment:5 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
Is this specific to firefox? If we're doing unnecessary squelching in catch blocks, that's bad, but something else to consider -- apparently there's a firebug issue with exceptions thrown from class prototype methods, or something like that - see #3319 If it's the latter, we should close this out as a dup.