We are using Kendo UI for jQuery at version 2022.2.621.
In the Image Browser, at any empty directory level:
- Upload 1 or more image(s) - works fine
- Add a directory - reload hangs
- Cancel the editor and reopen, reopen the Image Browser.
- Navigate to the directory you just uploaded an image and added a directory to. The image and directory are there.
- Add a second directory - works fine, no reload hang
The issue we are seeing is bolded in step 2 above - reload hangs when adding our first directory to a directory that already has 1 or more images. The behavior is as described in this previous issue:
https://www.telerik.com/forums/image-browser-endless-loading-animation-after-creating-a-folder
I see that it should be fixed in the version we are using, and the very specific circumstance that is causing it for us is strange. After we have a first directory added, we can add additional directories without issue. Also note that I am not able to reproduce our issue in the demo.
We do have a dotnet backend for the Image Browser endpoints that is fully functional and not throwing exception when the issue occurs. Further, there are no JS errors in dev tools.