Live preview does not show the preview of the summary anymore.
97d7de0b84ef65094108fbcf62ffcc1c55d75345 is responsible for this.
Fomafix | |
Jul 20 2017, 9:33 AM |
F9006918: Screen Shot 2017-08-09 at 15.48.56.png | |
Aug 9 2017, 7:50 PM |
F9006835: Screen Shot 2017-08-09 at 15.49.25.png | |
Aug 9 2017, 7:50 PM |
Live preview does not show the preview of the summary anymore.
97d7de0b84ef65094108fbcf62ffcc1c55d75345 is responsible for this.
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Live Preview: Cope with the edit summary being an OOjs UI widget | mediawiki/core | master | +15 -4 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | • Whatamidoing-WMF | T162849 Support WMF communities in run-up to switching EditPage over to OOUI | |||
Invalid | None | T41272 Bugs in "Live preview" feature (tracking) | |||
Resolved | Jdforrester-WMF | T171156 Live preview does not show the preview of the summary anymore |
Change 366570 had a related patch set uploaded (by Jforrester; owner: Jforrester):
[mediawiki/core@master] Live Preview: Cope with the edit summary being an OOjs UI widget
The summary is still POSTed to the server and the parsed summary is in the response. The problem is in attaching the result into the DOM:
$( '#wpSummary' ).after( $( '<div>' ).addClass( 'mw-summary-preview' ) );
does not work anymore with OOjs UI.
Change 366570 merged by jenkins-bot:
[mediawiki/core@master] Live Preview: Cope with the edit summary being an OOjs UI widget