Opened 14 years ago
Closed 14 years ago
#2382 closed defect (wontfix)
PATCH: gracefully handle invalid selectedChild value for PageContainer
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
see attached patch. my TLA is filed.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | gracefully-handle-invalid-selectedChild-for-PageContainer.diff added |
---|
comment:1 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
In general dijit and dojo don't do error checking; it bloats the code and makes debugging on IE more difficult, since it prevents the browser from breaking where the actual error occurred.
Note: See
TracTickets for help on using
tickets.
the patch