ModalPopup - The 'Unable to set property 'actControlType' of undefined or null reference' error occurs in IE10
See original GitHub issueHello,
I have a WebForm app. using .NET 4.5 and AjaxControlToolkit 16.1 and in IE10 I get a first NotFound javascript error in ModalPopup.js at line 131:
this._foregroundElement.parentNode.removeChild(this._backgroundElement);
and then an "Unable to set property ‘actControlType’ of undefined or null reference’ at line 180:
this._backgroundElement.dataset.actControlType = "modalPopupBackground";
It works fine in IE Edge, Chrome and Firefox. Not sure if it counts but the ModalPopupExtender that fails is declared in a TabPanel (complete hierarchy is asp:Content > ajaxToolkit:TabContainer > ajaxToolkit:TabPanel > ContentTemplate > ajaxToolkit:ModalPopupExtender)
Issue Analytics
- State:
- Created 8 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
ajaxcontroltoolkit - Ajax Toolkit modal popup - Stack Overflow
I get two errors - 'NotFoundError' - script5022, scriptResource.axd(131,13) and 'Unable to set property 'act Control type' of undefined or null reference ......
Read more >AjaxControlToolkit Versions - Open Source Agenda
NET AJAX Control Toolkit is a classic set of ASP. ... The 'Unable to set property 'actControlType' of undefined or null reference' error...
Read more >How To Fix Ajaxtoolkit Javascript Error - Winbytes.org
Unable To Set Property 'actcontroltype' Of Undefined Or Null Reference ... Ensure the correct version of the scripts are referenced. If you are...
Read more >The ajaxcontroltoolkit from DevExpress - GithubHelp
NET AJAX Control Toolkit is a classic set of ASP. ... Unable to set property 'actControlType' of undefined or null reference. This occurs...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
html5-dataset.js works!
My solution:
@motleydrew
We use the “Closing issues via commit messages” practice. The “Closed” state means that a fix has been merged into the master branch and will be available in the next release of Toolkit. Before that, it’s possible to clone or download the Git repository and compile a custom build from source code.