there is a new exclusive IE8 bug in the 2013 Q2 release which is easily reproduceable with the Online Kendo Demos.
If you change the "Font" Drop-Down (e.g: Heading 1, Heading 2), a javascript error occurs in "kendo.web.js":
Object doesn't support property or method 'indexOf'
Can you please put the fix in the next Internal Build.
10 Answers, 1 is accepted
Thank you for reporting this. We have logged this for fixing and I will follow up with a resolution at the start of next week.
Regards,Alex Gyoshev
Telerik
The latest internal build addresses this issue.
Regards,Alex Gyoshev
Telerik
One more quick question:
What exactly is the "Word pasting improvement in the editor" from the 2013 Q2 (716) release?
Do I have to activate (make a configuaration on the editor) to get it working or should it work "out of the box"?
In older versions of the editor I disabled the "paste" event of the editor:
$(editor.body).off("paste");
Is that also needed for the 2013 Q2 (716) release?
Greets
The improvements include cleaning of table styles and processing of bullet lists with graphic icon to be unordered lists. The line that you mentioned disables the paste handler -- if the default paste handler behaves as you need, you can remove the line.
Regards,Alex Gyoshev
Telerik
Seems to happen only in IE8, which also may have some seriously broken styles at the moment.
Thanks,
Uriah
We are not aware of such issues with the latest builds, and it appears that these are not related to the error described in this thread (as they involve another tool). The broken styles most certainly indicate that that the update was not completed successfully, as the latest version does not have styling issues. Please verify that the script and style references are correct and open a new support thread and describe the steps needed to reproduce the issues. If the styling issues persist, please provide a sample project that shows them so that we may hasten our reply.
Regards,Alex Gyoshev
Telerik
Thanks for your response. This problem definitely is with the product "Kendo UI Complete for ASP.NET MVC", I apologize for the confusion, I had merely pasted the version number string that was in the javascript file header. You can see the issue in your current live demo in IE8: http://demos.kendoui.com/web/editor/index.html To recreate the problem, simply select some text and try to change the formatting to be "Heading 1". This does not seem to be fixed with the current internal build. I can create a new issue for this if you would like. I will definitely create a separate thread for the styles in IE8 once I have the steps to recreate.
1. select a section of text.
2. choose any format from the format drop down. (e.g. blockquote, paragraph, heading 1, 2, 3, 4)
3. none of these tags are applied.
4. The following error is thrown:
SCRIPT438: Object doesn't support property or method 'indexOf'
kendo.all.min.js, line 22 character 20373
This really seems like exactly the problem the OP mentioned, just on a different drop down. If you really want me to start another thread for this I will.
Indeed, we reproduced the script error, and it has been fixed for the next internal build, that is due to the end of the week.
Regards,Alex Gyoshev
Telerik