Last modified: 2014-02-25 14:41:42 UTC
This bug occurs in Internet Explorer 8 in extension WikiEditor. Steps to reproduce: * Open a long text with WikiEditor for example: https://de.wikipedia.org/w/index.php?title=Wikipedia:Spielwiese&action=edit&oldid=127895879 * Scroll in the middle of the text. * Position the cursor with the mouse in the middle of the text. * Insert a text from the WikiEditor toolbar, for example the signature. --> The textarea scrolls up a few lines. The textarea scrolls also up a few lines, when you enter or leave the textarea. Other versions of Internet Explorer are not tested. This bug doesn't occur in other browsers. This bug doesn't occur in core editor. This bug occurs since https://gerrit.wikimedia.org/r/109660 A workaround for this bug is .wikiEditor-ui textarea#wpTextbox1 { height: 390px; } JavaScript based patch is in https://gerrit.wikimedia.org/r/115349
Change 115349 had a related patch set uploaded by Gerrit Patch Uploader: Workaround for a scrolling bug in IE8 https://gerrit.wikimedia.org/r/115349
Change 115349 merged by jenkins-bot: Workaround for a scrolling bug in IE8 https://gerrit.wikimedia.org/r/115349
Thanks, I could reproduce this, and the patch does seem to fix the issue! Fascinating.