-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Knockout templates problem ie8 and ie7 #61
Comments
Have you figured out why this is? Or a workaround of some sort? |
hi, bye |
No idea. I am getting by with inline templates. Ryan, any suggestions on how to troubleshoot? |
I think the issue is due to memoization done by knockout and kendo does not have any special handling for that. For templates, Knockout tries to insert placeholders (as html comments) during initial pass and then turns around and replaces them with actual markup, seems like on IE8; inserting html comments using .html("html comments") is not supported (http://bugs.jquery.com/ticket/13077) and thats what id done by kendo with the markup returned. String build by knockout:
Code in kendo.web.js v2012.3.1315: |
I have submitted a Pull request for fixing this |
hi,
I've seen that
http://rniemeyer.github.io/knockout-kendo/web/ListView.html
(Using Knockout templates)
with ie7 and ie8 doesn't work?
thanks
also
http://stackoverflow.com/questions/15777338/knockout-kendo-listview-not-updating-in-ie-when-using-a-knockout-template
The text was updated successfully, but these errors were encountered: