mediawiki-extensions-Visual.../modules/ve-mw/ui
Thiemo Kreuz 198e62be83 Move misplaced close button back to standard position
In OOUI the close button is always on the left side. See
https://doc.wikimedia.org/oojs-ui/master/demos/?page=dialogs&theme=wikimediaui&direction=ltr&platform=desktop

The CSS hack to move it to the other side doesn't work and must be
removed. You can see the problem the moment the text is longer (which
can easily happen in translated versions).

I tried to come up with a more official way to move the button to the
other side, but gave up. One way is to replace the existing

		flags: [ 'safe', 'close' ]

with:

		flags: [ 'primary', 'close' ],
		framed: false

But this causes other style problems. Let's remove the bogus CSS
first and possibly try again in a later patch.

Bug: T294839
Change-Id: Ia6ddefd99e4a03a87b0450ab94712ff19bb268e4
2021-11-12 16:48:13 +01:00
..
actions
commands
contextitems Handle annotation tags as nodes rather than metaitems. 2021-10-21 10:39:04 +02:00
datatransferhandlers
dialogs Use a fullscreen help dialog for templates on mobile 2021-11-10 15:33:25 +01:00
elements Use a fullscreen help dialog for templates on mobile 2021-11-10 15:33:25 +01:00
inspectors Merge "Don't show toolbar in MWLanguageVariantInspector text targets" 2021-08-10 01:17:08 +00:00
pages Merge "Rework all code using template type related conditions" 2021-10-25 08:55:32 +00:00
styles Move misplaced close button back to standard position 2021-11-12 16:48:13 +01:00
tools Merge "ve.ui.MWBackTool: Avoid using global ve.init.target" 2021-08-18 16:50:04 +00:00
widgets Remove local aria-multiselectable 2021-11-05 09:10:21 +01:00
ve.ui.MWAriaDescribe.js Move id creation into AriaDescribe mixin 2021-11-02 09:44:02 +00:00
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 Override default source mode font in placeholders too 2021-09-09 22:30:38 +02:00
ve.ui.MWWikitextTransferRegistry.js