Opened 11 years ago
Closed 11 years ago
#11505 closed defect (worksforme)
IE6 rendering of DTL template
Reported by: | dimps | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | General | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I set a Template showing a loading message in the default template path and call render, then in postcreate I get data from server and change the template. The issue is only the second template shows with the final data from the server, the intermediate template with the "Loading" message does not get displayed in IE6 - it does show in FF. A similiar issue occurs when I try to refresh the drop downs via Ajax calls..I show a "Wait" animation while the request is made - but this does not show in IE6, it works fine in FF. in IE6 the screen also flickers completely - not looking like a only ajax call. Is there any specific setting for DTL or dojo and IE6 ? I could attach some sample code if reqd
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I'm guessing you are doing a synchronous XHR request (you should be doing an asynchronous one). If that's not it then you'll need to attach a testcase, thanks.