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
Thanks a lot for reporting the issue. We did not consider the issue as "Pimcore:Priority", "Pimcore:ToDo" or "Pimcore:Backlog", so we're not going to work on that anytime soon. Please create a pull request to fix the issue if this is a bug report. We'll then review it as quickly as possible. If you're interested in contributing a feature, please contact us first here before creating a pull request. We'll then decide whether we'd accept it or not. Thanks for your understanding.
In some cases, the tree spinner won't hide anymore.
Setup
You need to have an exact setup like this (reproducible on demo.pimcore.fun):
Now:
⇾ Spinner will show up forever.
Trace
After the element has been dropped, EXTJS again fires the
beforeitemmove
event (Don't know why):admin-ui-classic-bundle/public/js/pimcore/object/tree.js
Line 195 in a8b9492
Which starts the tree loader:
admin-ui-classic-bundle/public/js/pimcore/object/tree.js
Line 393 in a8b9492
Since there is no drop event, the spinner stays forever.
Possible Fix
Move
tree.loadMask.show();
into theonTreeNodesDrop
method, right after this line:admin-ui-classic-bundle/public/js/pimcore/object/tree.js
Lines 281 to 282 in a8b9492
Screencast
Bildschirmaufzeichnung.vom.30.11.2023.17_38_10.mp4
The text was updated successfully, but these errors were encountered: