List of steps to reproduce (step by step, including full links if applicable):
- Enable "Show previews without reloading the page" in Preferences
- Open https://test.wikipedia.org/w/index.php?title=Wikipedia_talk:Sandbox&action=edit§ion=new&nosummary=1
- Enter something in the textbox
- Click "Show preview"
or "Show changes"
What happens?:
The browser navigates to action=submit, same as live preview turned off.
What should have happened instead?:
Live preview happens.
mediawiki.action.edit.preview.js$191:
summary = OO.ui.infuse( $( '#wpSummaryWidget' ) );
This fails because there is no #wpSummaryWidget.