Completed
Last Updated: 24 May 2016 19:44 by Paul Potter
ADMIN
Ianko
Created on: 09 May 2016 12:26
Category: Editor
Type: Bug Report
0
JS error is thrown when RadEditor with Material skin is disposed
The error that is thrown is  "Unable to get property 'get_id' of undefined or null reference". 


Workaround:
  var EditorPrototype = Telerik.Web.UI.RadEditor.prototype;
            EditorPrototype.get_rippleZonesConfigurationOriginal = EditorPrototype.get_rippleZonesConfiguration;
            EditorPrototype.get_rippleZonesConfiguration = function () {
                if (!this._rippleZonesConfiguration) {
                    this._rippleZonesConfiguration = this.get_rippleZonesConfigurationOriginal();
                }
                return this._rippleZonesConfiguration;
            }
1 comment
Paul Potter
Posted on: 24 May 2016 19:44
Any idea on when R2 2016 SP1 will be released?