jorgebastida / django-dajax

Easy to use library to create asynchronous presentation logic with django and dajaxice
http://dajaxproject.com/
BSD 3-Clause "New" or "Revised" License
346 stars 99 forks source link

[DAJAX] Example form doesn't work on IE #30

Closed jutenga closed 12 years ago

jutenga commented 13 years ago

Hi,

When i was testing your project, i see a problem on this page http://www.dajaxproject.com/forms/

IE is strict : It can't modify the innerHtml of select and other element such as tr, td etc...

Thx

haridas commented 12 years ago

I had the same issue with select on IE. I fix this by using the basic javascript dom element construction. ie; try to use bellow methods while constructing dynamic elements on DOM.

document.createElement, document.childNode, document.createTextNode, etc...

hope this will help you.

abadger1406 commented 12 years ago

See same issue on IE 8 .. could someone be specific on how this demo can be modified to support IE 8.

Thx Dave

jorgebastida commented 12 years ago

0.9.2 Released http://pypi.python.org/pypi/django-dajax/0.9.2