mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
004d92d341
Before the `height: 2.5em` was applied to _both_ the visible <textarea> and the $clone. While this shouldn't make a difference – one of the first things .adjustSize() does is setting the $clones height to 0 – it somehow triggered that Firefox bug. With this patch we remove the `height: 2.5em` before handing over to OOUI's .adjustSize(). It looks like this fixes the issue. We might be able to revert I7560ceb then. Bug: T317369 Change-Id: I96c2d7d7bf359ff0373d478b2b7e97c8833ba5b6 |
||
---|---|---|
.. | ||
ve.ui.MWAddParameterPage.less | ||
ve.ui.MWParameterPage-default.css | ||
ve.ui.MWParameterPage-minerva.css | ||
ve.ui.MWParameterPage.css | ||
ve.ui.MWTemplatePage-default.css | ||
ve.ui.MWTemplatePage-minerva.css | ||
ve.ui.MWTemplatePage.css | ||
ve.ui.MWTemplatePlaceholderPage.less | ||
ve.ui.MWTransclusionContentPage.css |