Completed
Last Updated: 30 Jan 2015 05:56 by ADMIN
ADMIN
Ianko
Created on: 27 Dec 2014 07:47
Category: Editor
Type: Bug Report
0
Filter errors are thrown under IE11 on Windows Phone (e.g., Nokia Lumia)
Just opening a page with RadEditor in such device the following errors are thrown:

Error while executing filter FixUIBoldItalic - TypeError: Unable to get property 'getElementsByTagName of undefined or null reference

and

Error while executing filter ConvertFontToSpanFilter - TypeError: Unable to get property 'ownerDocument' of undefined or null reference


For the time being you can disable the filters to workaround the issue:

protected void Page_Load(object sender, EventArgs e)
{
    RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.FixUlBoldItalic);
    RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.ConvertFontToSpan);
}


1 comment
ADMIN
Stamo Gochev
Posted on: 30 Jan 2015 05:56
The bug fix is scheduled for the beta release of Q1 2015.