sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

Disable buttons untill the page is loaded #227

Open Timo-Breumelhof opened 8 months ago

Timo-Breumelhof commented 8 months ago

I noticed with a few clients that they saved before all data had been loaded. This was in a situation where the data contained a lot of images which took quite a long time to load. But still saving while still loading in one case emptied the data after a save.

So I guess it's safer to disable the buttons until the full page is loaded.