mediawiki-extensions-Visual.../modules/ve-mw/ui/widgets
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
..
ve.ui.MWAceEditorWidget.js Fix resize of MWAceEditorWidget when setting up 2022-03-18 22:30:54 +00:00
ve.ui.MWCategoryInputWidget.js eslint: Enable no-jquery/no-append-html 2021-12-16 02:04:11 +01:00
ve.ui.MWCategoryItemWidget.js Update and fix all @param config and @cfg documentation 2021-09-12 12:35:27 +00:00
ve.ui.MWCategoryPopupWidget.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWCategoryWidget.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWEditSummaryWidget.js Fix typos 2022-08-05 10:00:54 +02:00
ve.ui.MWEducationPopupWidget.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWExternalLinkAnnotationWidget.js Prefere ve.extendObject over $.extend 2021-11-15 21:30:19 +00:00
ve.ui.MWGalleryGroupWidget.js Prefere ve.extendObject over $.extend 2021-11-15 21:30:19 +00:00
ve.ui.MWGalleryItemWidget.js Add a checkbox to use the image caption as the alt text for galleries 2022-07-22 15:46:55 -04:00
ve.ui.MWInternalLinkAnnotationWidget.js Fix encoding to roundtrip links without 'rawTitle'/'origTitle' 2023-01-07 20:00:42 +00:00
ve.ui.MWLazyMultilineTextInputWidget.js Work around Firefox bug affecting LazyMultilineTextInputWidget 2023-01-20 12:29:12 +01:00
ve.ui.MWMediaInfoFieldWidget.js Use boolean RegExp.test() instead of .match() where possible 2022-03-24 11:04:43 +01:00
ve.ui.MWParameterCheckboxInputWidget.js Document some classes touched in the sidebar rewrite 2022-07-12 12:49:31 +02:00
ve.ui.MWPreTextInputWidget.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWTargetWidget.js Add 'vector-body' hack to TargetWidgets 2022-07-18 14:12:10 +01:00
ve.ui.MWTemplateTitleInputWidget.js Update eslint-config-wikimedia to 0.24.0 2023-01-18 14:39:04 +00:00
ve.ui.MWTocWidget.js Replace mediawiki.Uri with native URL (easy cases) 2023-01-03 22:18:01 +01:00
ve.ui.MWTransclusionOutlineButtonWidget.js Simplify partly redundant findFirstSelectedItem implementation 2022-08-01 11:07:29 +00:00
ve.ui.MWTransclusionOutlineControlsWidget.js TemplateDialog: separate “Add template” messages 2022-12-22 15:08:31 +01:00
ve.ui.MWTransclusionOutlineParameterSelectWidget.js Start with last item when shift+tabbing into parameter list 2022-08-11 18:23:51 +00:00
ve.ui.MWTransclusionOutlineParameterWidget.js Tweaks to focus/scrolling code relative to sticky header 2022-08-02 11:41:23 +00:00
ve.ui.MWTransclusionOutlinePartWidget.js Use generic "outline item selected" event for top-level parts 2022-07-19 11:05:32 +00:00
ve.ui.MWTransclusionOutlinePlaceholderWidget.js Streamline button margin calculation for outline parts 2022-08-03 13:09:51 +02:00
ve.ui.MWTransclusionOutlineTemplateWidget.js Remove redundant "choose" event handler 2022-08-30 12:23:07 +02:00
ve.ui.MWTransclusionOutlineToggleUnusedWidget.js Minor fixes to template dialog related code documentation 2022-07-12 20:10:02 +02:00
ve.ui.MWTransclusionOutlineWidget.js Add missing call to .recalculateStickyHeaderHeight() 2022-08-30 11:57:23 +02:00
ve.ui.MWTransclusionOutlineWikitextWidget.js Streamline button margin calculation for outline parts 2022-08-03 13:09:51 +02:00