Anonymous Coward has submitted this change and it was merged. Change subject: LivePreview: handle .mw-newarticletext element ......................................................................
LivePreview: handle .mw-newarticletext element Previously, if LivePreview was used during article creation, the throbber would be first inserted as the beginning of #mw-content-text (above .mw-newarticletext), and then overlaid over it on subsequent previews. Since .mw-newarticletext itself wasn't being faded, this looked ugly. Now .mw-newarticletext is hidden after first preview and treated like other elements LivePreview updates. (This mimics the behavior of regular preview.) Change-Id: I794d4675721280b041858fd1cb8ca26b32a5ed17 --- M skins/common/preview.js 1 file changed, 7 insertions(+), 5 deletions(-) Approvals: jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/22304 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I794d4675721280b041858fd1cb8ca26b32a5ed17 Gerrit-PatchSet: 6 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Matmarex <[email protected]> Gerrit-Reviewer: Kaldari <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: MarkTraceur <[email protected]> Gerrit-Reviewer: Matmarex <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
