Dynamically injected dojo widget not parsed in IE8
问题 When I dynamically inject the widget into the page. The console will print error like below: ====================================== [object Error] Error parsing in _ContentSetter#Setter_dijit_TitlePane_0_pane_0[object Error] Error undefined running custom onLoad code: This deferred has already been resolved ========================================== I test it with IE8, Chrome(10.0.648.205) , FireFox? 3.6.16 with dojo1.6, this bug only happens in the IE8. Below is my test jsp file: <%@ page