On my calendar (shul.co.uk/diary/admin/calendar.php), if you take a current event, and edit it (easiest way is by resizing it), the system constantly attempts to save it (as can be seen by the constant bold to non-bold state change of the text.
When I check the database, the change was saved first time, but the bold to non-bold continues, and looks very bad for the end user.
How can I fix this?
I couldn’t reproduce the issue on your site, resizing seemed to be handled correctly. Does the issue happens in all browsers on only in some specific ones?
Which calls addToDoItems, and in addToDoItems you have a dp.setUpdated(eventID, true, “updated”); call that triggers new saving, and above callback, starting the same code again and again