#710 closed defect (fixed)
debugAtAllCosts causes widget tags to not be parsed?
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For some reason, if I specify debugAtAllCosts:true and then try to dynamically create a dojo.widget.ComboBox? via dojo.widget.createWidget() I get an error of "no tag handler found for dojo:combobox". I've traced the xmlhttprequests and can see that the ComboBox? sources are correctly being fetched.
Note: See
TracTickets for help on using
tickets.
I just tried debugAtAllCosts with tests/widget/test_Button.html (which has a createWidget() call), and it seemed to work. I fixed an issue with debugAtAllCosts around May 12. Do you have the latest svn code? (I was testing by loading from local disk using OSX, Firefox 1.5.3).
I'm closing the bug for now, but feel free to reopen it if you have more information.