Opened 13 years ago
Closed 13 years ago
#9291 closed defect (wontfix)
Logging to console too quickly with XD build doesn't allow introspection
Reported by: | coldfire22x | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | General | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If logging an object to the console using a cross domain build too quickly, you lose the ability to introspect that object.
Adding a setTimeout to the console.log in the attachment remedies the problem but addOnLoad should probably make sure that all of the firebug code is loaded before rendering anything.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | console-xd.txt added |
---|
comment:1 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I believe this should only be an issue with browsers that do not have a native console. in those cases i would not use isDebug = true. This seems like an enough of an edge case that only applies to debugging, I am reticent to add more code size to Dojo Base for this. Closing as wontfix.