Hi,
I have also upgraded to 15.1. And now I receive the following error: _“Unable to get property 'click' of undefined or null reference”_. Actually I can go further, but the CSS of my custom ajax extender doesn’t work. And I get the next error: _"0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'registerComponent_'". This referring to a line in my js-file of custom extender: “window.Sys.registerComponent(XXX.ContentCounterBehavior);”.
Please help, somebody! Thanks a lot.
Comments: This error occurs because your code refers to the old ASP.NET AJAX Control Toolkit code that was removed in v.15.1. You can remove the line: _window.Sys.registerComponent(IPPControlExtenders.ContentCounterBehavior);_ from your code. Thank you for your comments. We will update our migration guide accordingly.
I have also upgraded to 15.1. And now I receive the following error: _“Unable to get property 'click' of undefined or null reference”_. Actually I can go further, but the CSS of my custom ajax extender doesn’t work. And I get the next error: _"0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'registerComponent_'". This referring to a line in my js-file of custom extender: “window.Sys.registerComponent(XXX.ContentCounterBehavior);”.
Please help, somebody! Thanks a lot.
Comments: This error occurs because your code refers to the old ASP.NET AJAX Control Toolkit code that was removed in v.15.1. You can remove the line: _window.Sys.registerComponent(IPPControlExtenders.ContentCounterBehavior);_ from your code. Thank you for your comments. We will update our migration guide accordingly.