mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
1e7ed6b2e1
Per T270202#6767750 the input should expand when focused before WVUI loads. However, the input should *only* expand when `showThumbnail` is `true` in `$wgVectorWvuiSearchOptions` to match how its done in WVUI where it takes into account the size of the thumbnails. When `showThumbnail` is false, it should not expand as the input won't match WVUI and the WVUI load transition will be jarring. To test locally, toggle between true/false in your LocalSettings.php: ``` $wgVectorWvuiSearchOptions = [ "showThumbnail" => false, ]; ``` Bug: T270202 Change-Id: I70277c1082a504fbd5f6023e9873e8071de7e35d |
||
---|---|---|
.. | ||
mediawiki.less | ||
skins.vector.js | ||
skins.vector.legacy.js | ||
skins.vector.search | ||
skins.vector.styles | ||
CheckboxHack.d.ts | ||
CollapsibleTabsPlugin.d.ts | ||
mediawiki.d.ts | ||
MediaWikiPageReady.d.ts | ||
skins.vector.styles.responsive.less | ||
VectorResourceLoaderVirtualConfig.d.ts | ||
vue.d.ts |