I'm getting the following errors for RadEditor in IE for Windows Phone, but not on any other platform as far as I can tell:
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
Thoughts?
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
Thoughts?
7 Answers, 1 is accepted
0
Hello,
Could you please give me the following information:
For the time being you could disable these filters by adding the following code:
Regards,
Joana
Telerik
Could you please give me the following information:
- First, could you confirm that you are using the latest version of our controls(currently Q3 SP1 2014). Older versions might not contain the fixes for IE11.
- Test the behavior on our demo so that we could isolate the issue.
- Currently, due to the Christmas holidays I could test the behavior only on Microsoft Surface and Nokia Lumia and I couldn't manage to reproduce the issue. What device are you using?
For the time being you could disable these filters by adding the following code:
protected
void
Page_Load(
object
sender, EventArgs e)
{
RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.FixUlBoldItalic);
RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.ConvertFontToSpan);
}
Regards,
Joana
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
sirtwist
Top achievements
Rank 2
answered on 25 Dec 2014, 07:41 PM
Joana,
Thanks for the reply. Yes, I'm running the latest version of the controls. The same errors pop up on your demo. The device is a Nokia Lumia 1020 running Windows Phone 8.1.1 with IE11.
Thanks for the reply. Yes, I'm running the latest version of the controls. The same errors pop up on your demo. The device is a Nokia Lumia 1020 running Windows Phone 8.1.1 with IE11.
0
sirtwist
Top achievements
Rank 2
answered on 25 Dec 2014, 07:44 PM
Also, to be clear, these errors do NOT appear in IE11 on full-fledged Windows 8.1 (neither desktop IE nor modern IE). Tested on a Surface Pro 3 with no issues. I've only seen the errors on IE11 on Windows Phone.
0
sirtwist
Top achievements
Rank 2
answered on 25 Dec 2014, 07:45 PM
Also, to be clear, this appears to only happen on IE11 for Windows Phone, not IE11 on desktop/tablet Windows. Tested on Surface Pro 3 with Windows 8.1 Update with no issues.
0
Hello,
Thank you for the additional details.
On our end, we are still unable to reproduce the described issues.
Could you please verify if the issue is reproducible with the online demo (RadEditor - Overview), as Joana asked in her post?
The matter might be also related to the content used, so can you please provide a sample content that leads to the same behavior?
Also, are you able to resolve the issues by disabling the filters?
Regards,
Ianko
Telerik
Thank you for the additional details.
On our end, we are still unable to reproduce the described issues.
Could you please verify if the issue is reproducible with the online demo (RadEditor - Overview), as Joana asked in her post?
The matter might be also related to the content used, so can you please provide a sample content that leads to the same behavior?
Also, are you able to resolve the issues by disabling the filters?
Regards,
Ianko
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
sirtwist
Top achievements
Rank 2
answered on 26 Dec 2014, 03:28 PM
As I stated in my previous message, yes, the same exact error messages happen on your demo.
As far as the issue being content-related, that's simply not the case. The errors come up immediately upon page load, with no content in the editor at all.
As far as replicating the issue, I was able to replicate it using BrowserStacks with Windows Phone/Lumia 930, so it's not just my phone. :)
I haven't tried disabling the filters yet because I actually want the filters enabled. :)
As far as the issue being content-related, that's simply not the case. The errors come up immediately upon page load, with no content in the editor at all.
As far as replicating the issue, I was able to replicate it using BrowserStacks with Windows Phone/Lumia 930, so it's not just my phone. :)
I haven't tried disabling the filters yet because I actually want the filters enabled. :)
0
Hi,
Indeed, the issue bug exists. We were able to reproduce it on our end using the same device.
I logged this bug report and created this feedback portal item for you to follow the progress on the task.
As appreciation for reporting this issue, I am updating your Telerik points.
I am afraid that the only possible workaround available at the moment is disabling the filters. Once a more reliable solution is available, it will be added as information in the feedback portal
Regards,
Ianko
Telerik
Indeed, the issue bug exists. We were able to reproduce it on our end using the same device.
I logged this bug report and created this feedback portal item for you to follow the progress on the task.
As appreciation for reporting this issue, I am updating your Telerik points.
I am afraid that the only possible workaround available at the moment is disabling the filters. Once a more reliable solution is available, it will be added as information in the feedback portal
Regards,
Ianko
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.