Recently I have been having issues with Safari failing to save changes and redraw the Resources/Elements/Files trees.
I will get the saving progress bar that just keeps repeating. Saving form Tools→Source Code does not always update the content.
Various saves that do work with result in the trees not redrawing correctly. Sometimes the entire tree is blank under the tab. Other times the drop down caret will not be there or disappear when clicked. The resource or category does have children but they are gone.
A hard page refresh will resolve the issues temporarily.
Actions taken:
Clear MODX cache (sometimes helps)
Clear Browser Cache (temporary fix)
close and restart browser (temporary fix)
Chrome works great. I just prefer Safari for use of developer tools (familiarity and layout) and use of the Apple Password manager.
This just occurred recently without any updates to MODX or extras in the last week or so.
Kinda sounds like a network issue, except for the fact that Chrome doesn’t have the same problem. Safari is the IE6 of the 21st century tho. Such a crap browser.
Hey @rdegler (Roy), have you looked in the Console or in the Network tab to see if there are XHR errors or other errors when you hit save. Things that come to mind are that the XHR requests are getting blocked, failing or there’s a plugin that runs at or around onBeforeDocSave that could also cause issues. Since this is in Cloud there’s a possibililty that there’s a WAF issue but that seems unlikely given that you’re in the Manager.
It may be worth submitting a ticket and our team can look under the hood. In the meantime, what plugins have you got installed? Are there any errors in the MODX error log or the php log in /log/error.log?