This is a migrated thread and some comments may be shown as answers.

Firefox 55.0.3 64bit + uBlock Origin (or Adblock I think) initialization error

1 Answer 44 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Marcin
Top achievements
Rank 1
Veteran
Marcin asked on 06 Sep 2017, 12:48 PM

On firefox 55.0.3 64bit, when I have enabled uBlock Origin or Adblock, I have strange initalization issue in version 2017.2.621

The below function from kendo.all.js is throwing exception: root is null.  This happens when addon is enabled even if site is whitelisted. I need to disable addon totally to make editor work. I can reproduce issue on Dojo or demo site. I believe previous version didn't have this issue.

function textOnly(root) {
                    var childrenCount = root.childNodes.length;
                    var textChild = childrenCount && root.firstChild.nodeType == 3;
                    return textChild && (childrenCount == 1 || childrenCount == 2 && dom.insignificant(root.lastChild));
                }

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 08 Sep 2017, 07:59 AM
Hello Marcin,

I can confirm that this is a known issue in the Kendo UI Editor. The bug can be reproduced with different addons in the latest version of Firefox. You can find more information about the problem in this GitHub issue.

A fix is already implemented and will be available with the next release of Kendo UI, which is scheduled for mid September. 

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
Marcin
Top achievements
Rank 1
Veteran
Answers by
Dimitar
Telerik team
Share this question
or