internet explorer 8 - Kendo template fails to render properly in IE8 -
i have kendo ui template generates dynamic html similar data repeater.
- because kendo template engine supports javascript using "for, each" loop within template itself.
- the output looks fine in chrome, firefox, ie9 , above broken in ie8.
- you can view snippet reproducing issue here: http://jsbin.com/ajazuw/6.
- i cannot see javascript error when content rendered in ie 8 assuming might caused ie8 specific issue in kendo ui.
update:
issue caused quote in template. see here:http://jsbin.com/ajazuw/11 updated working version of template.
this issue due trailing commas - ie chokes on them (see topic more details - are trailing commas in arrays , objects part of spec?).
Comments
Post a Comment