You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I use Simple Ajax Uploader Version 2.5.3 , and have the following error :
Uncaught TypeError: Cannot read property 'nodeType' of null SimpleAjaxUploader.js:389
In debug mode I find that elem.parentNode==null. I'm not sure but I think this is because the div containing "upload" button is hidden by jquery tabs(). In that context, it seems that parentNode can be null, which is not tested in the recursivity of isVisible() :
This is a strange one. Even if a parent element is invisible it shouldn't be null, right? The only thing I can think of is to check for elem.parentNode prior to referencing:
Hello
I use Simple Ajax Uploader Version 2.5.3 , and have the following error :
Uncaught TypeError: Cannot read property 'nodeType' of null
SimpleAjaxUploader.js:389In debug mode I find that elem.parentNode==null. I'm not sure but I think this is because the div containing "upload" button is hidden by jquery tabs(). In that context, it seems that parentNode can be null, which is not tested in the recursivity of isVisible() :
`ss.isVisible = function( elem ) {
"use strict";
};
`
Thanks for your help.
The text was updated successfully, but these errors were encountered: