When I upload a new image to Umbraco in the backoffice the browser refreshes, I often lose my data input, and have to start again, the image is however added to the media library.
Has anyone else seen this? It'll be a big issue for clients if they're entering new content and you lose their work.
Specific reproducible example: on my development unit (debug), using the Umbraco 7.5, back office, media section, when I upload a new image the browser refreshes - every time.
I can't reproduce this on a live (Azure) system running 7.6.1.
The issue is with Visual Studio's Browser Sync. Turn it off and the problem goes away [Next to the run\go button is a curly arrow dropdown, click that and disable browser sync options].
Backoffice Image Upload Refresh Issue
I have an issue I've noticed a few times.
When I upload a new image to Umbraco in the backoffice the browser refreshes, I often lose my data input, and have to start again, the image is however added to the media library.
Has anyone else seen this? It'll be a big issue for clients if they're entering new content and you lose their work.
Specific reproducible example: on my development unit (debug), using the Umbraco 7.5, back office, media section, when I upload a new image the browser refreshes - every time.
I can't reproduce this on a live (Azure) system running 7.6.1.
Okay. I've found the culprit thanks to a previous post:
https://our.umbraco.org/forum/using-umbraco-and-getting-started/85620-umbraco-76-media-picker-reload-issue
The issue is with Visual Studio's Browser Sync. Turn it off and the problem goes away [Next to the run\go button is a curly arrow dropdown, click that and disable browser sync options].
See, stack overflow for more info on how to disable browser sync : https://stackoverflow.com/questions/23101265/disable-browser-link-which-toolbar
is working on a reply...