Quick edit fails to update text in 2.0 dev
March 23, 2022, 03:31:33 am
Steps: 1. Post something 2. Click quick edit 3. Make some changes, click save 4. Nothing changes until a page refresh Expected: changes immediately
Re: Quick edit fails to update text in 2.0 dev
Reply #1 – March 23, 2022, 08:58:31 am
My suspect is this new quick reply as I remember my addon did have that problem.
Re: Quick edit fails to update text in 2.0 dev
Reply #2 – March 23, 2022, 10:24:58 am
Sounds to me like it lost the quick refresh that usually happens when you save a quick edit. Especially if it shows the changes after a refresh.
Re: Quick edit fails to update text in 2.0 dev
Reply #3 – March 23, 2022, 10:28:43 am
It's supposed to update the DOM/innerHTML of the message with the new content, yes.
Re: Quick edit fails to update text in 2.0 dev
Reply #4 – March 23, 2022, 12:51:40 pm
Should be fixed now, be sure to flush your browser cache as I had to change a JavaScript file I had added a header check, and under some circumstances, it was not being sent so the page refresh failed.