Sometimes the Memorable.add from sf_markitup.js runs before memorable.js initializes itself. This means that sometimes when you submit a comment, when the page reloads it'll show your comment in the edit box again, incorrectly.
Memorable.add
sf_markitup.js
memorable.js
db/8482
Apparently its "normal" for jquery to be able to run load events before domready sometimes. https://stackoverflow.com/questions/61910610/window-onload-fires-before-jquery-document-ready-in-firefox
load
domready
looks good, merged.
Log in to post a comment.
db/8482
Apparently its "normal" for jquery to be able to run
load
events beforedomready
sometimes. https://stackoverflow.com/questions/61910610/window-onload-fires-before-jquery-document-ready-in-firefoxlooks good, merged.