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,
first of all thank you for developing Filemanager.
While I was testing it with the ashx connector, I found a problem that happens when you create a new folder in the root of the tree. The folder is created and no error message appears. But debugging in Visual Studio I found that a javascript error (non critical, it seems) happens in function getContextMenuOptions: "Unable to get value of the property 'replace': object is null or undefined".
You can notice is a problem in your demo website too, since creating a new folder in a subfolder gives "New folder added successfully" message, and the folder appears in the right pane, while creating a folder from the root gives no feedback message, nor the new folder appears in the right pane.
The text was updated successfully, but these errors were encountered:
Hello,
first of all thank you for developing Filemanager.
While I was testing it with the ashx connector, I found a problem that happens when you create a new folder in the root of the tree. The folder is created and no error message appears. But debugging in Visual Studio I found that a javascript error (non critical, it seems) happens in function getContextMenuOptions: "Unable to get value of the property 'replace': object is null or undefined".
You can notice is a problem in your demo website too, since creating a new folder in a subfolder gives "New folder added successfully" message, and the folder appears in the right pane, while creating a folder from the root gives no feedback message, nor the new folder appears in the right pane.
The text was updated successfully, but these errors were encountered: