mediawiki-extensions-Visual.../modules/ve-mw/ui
thiemowmde 004d92d341 Work around Firefox bug affecting LazyMultilineTextInputWidget
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
2023-01-20 12:29:12 +01:00
..
actions
commands
contextitems Use getImageNodes instead of custom filter 2023-01-18 13:43:38 +01:00
datatransferhandlers
dialogs Always sanitize href attribute in UI 2022-11-30 18:26:37 +00:00
elements Code cleanup in ExpandableContentElement 2022-08-15 08:40:11 +00:00
inspectors Link inspector: Avoid focussing a input when it isn't visible 2022-11-18 13:25:40 +00:00
layouts Merge "Enable template editor toolbar deeper in the stack" 2022-09-12 09:52:26 +00:00
pages ve.ui.MWTemplatePage: Use <p> instead of <hr> in the description 2022-12-29 16:14:47 +00:00
styles Work around Firefox bug affecting LazyMultilineTextInputWidget 2023-01-20 12:29:12 +01:00
tools Update eslint-config-wikimedia to 0.24.0 2023-01-18 14:39:04 +00:00
widgets Work around Firefox bug affecting LazyMultilineTextInputWidget 2023-01-20 12:29:12 +01:00
ve.ui.MWAriaDescribe.js
ve.ui.MWCommandRegistry.js
ve.ui.MWExtensionWindow.js
ve.ui.MWSequenceRegistry.js
ve.ui.MWSurface.js
ve.ui.MWWikitextCommandRegistry.js
ve.ui.MWWikitextDataTransferHandlerFactory.js
ve.ui.MWWikitextSequenceRegistry.js
ve.ui.MWWikitextSurface.js
ve.ui.MWWikitextTransferRegistry.js