Last modified: 2014-09-18 13:11:57 UTC
(Use a slow connection and / or computer, or open a very big page to test this) Open an edit page, and edit the content before the page is fully loaded. After the textbox is decorated by UsabilityInitiative, close the window. Though the content is changed, EditWarning does not warn me about this.
Unassigning default assignments. http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/54734
UsabilityInitiative not deployed anymore. Can this problem still be seen anywhere, or can this be closed as obsolete?
Liangent: Can this problem still be seen anywhere, or can this be closed as obsolete?
I'm unable to achieve "editing the content before the page is fully loaded" anymore probably thanks to ResourceLoader and the faster internet nowadays. By checking code I can conclude that the issue still exists theoretically because it compares current text and origtext on window closing and origtext is fetched in document.ready, so an edit before document.ready pollutes it. I'm putting this in lowest priority because people rarely see it while it's not a simple task to correctly fix it (maybe include a hash of original text on server side?).