https://bugzilla.wikimedia.org/show_bug.cgi?id=60837
--- Comment #6 from Ed Sanders <[email protected]> --- 1. The document is given focus, triggering events which result in the inspectors being closed, and a transaction being created which inserts the extension node. 2. OOUI defers the close event of the dialog by 250ms for animation purposes, after which we set up a one-time listener to surface-transact to clear the serialization cache, but the transaction has already happened. Fix: Give the document focus before opening the save dialog to make sure it's in a more stable state. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
