Short Summary
As shown on the image above, the extension MsUpload has a bug wherein it causes the webpage to overflow when creating/editing a page and clicking "Show preview". Tested on a fresh MediaWiki Docker install and on Firefox.
Steps to replicate the issue:
- Setup the following configuration on LocalSettings.php:
wfLoadExtension( 'WikiEditor' ); wfLoadExtension( 'CodeEditor' ); $wgDefaultUserOptions['usebetatoolbar'] = 1; wfLoadExtension( 'MsUpload' );
- Setup Vector 2022 as your user skin.
- On Special:Preferences, make sure to uncheck the options "Show preview when starting to edit" and "Show preview without reloading the page", and check the option "Show preview before edit box".
- Create or edit an existing page. In the edit box, add some text that spans several viewport heights long. In this example we generate a 20-paragraph lorem ipsum passage from the Lorem Ipsum generator.
- Click Show preview. Wait for the new page to load without scrolling the page whatsoever.
- Once the new page has finished loading, scroll to the very bottom of the page.
What happens?:
The webpage overflows.
What should have happened instead?:
There should not be any empty space under the MediaWiki footer.
Software version:
- MediaWiki 1.45.1 (Official Docker image, image hash: 4c521816b8e0e6a4f56c349f4c34873876db6f354b8e1fea7b9cffa2b56020ec)
- Installed the extensions WikiEditor & CodeEditor
- Installed the extension MsUpload 14.2 (commit hash: 96b6127eed357804855abeb5e80f0d5267281b8f)
- Firefox Browser 150.0.2 (Windows)


