mediawiki-extensions-Visual.../modules/ve-mw/ui
Thiemo Kreuz 9297428eca Improve test coverage of template dialog outline
This focuses on some scenarios that are
a) complex enough to be worth a test,
b) but simple enough so I don't need to spend hours on comming up
   with a test setup. ;-)

This patch also simplifies the ARIA related code in
MWTransclusionOutlinePartWidget a bit.
* Check 1 of the 3 ARIA configs only. Only having one is already
  helpful and should not be skipped.
* No need for the large conditional. setAriaDescribedBy() works fine
  with undefined.

Bug: T291157
Change-Id: I142782ec9b96147de64497f4f6a373eae05b9c8e
2022-05-04 12:01:58 +02:00
..
actions Use new config option signature when building sequences 2022-03-11 17:12:54 +00:00
commands Move var declarations inline 2022-03-01 17:50:24 +00:00
contextitems Remove "delete" button from link node desktop context 2022-03-30 17:43:02 +01:00
datatransferhandlers Move var declarations inline 2022-03-01 17:50:24 +00:00
dialogs Use boolean RegExp.test() instead of .match() where possible 2022-03-24 11:04:43 +01:00
elements Use .bind() syntax where it makes code more readable 2022-02-21 10:34:03 +00:00
inspectors Move var declarations inline 2022-03-01 17:50:24 +00:00
pages Move message about missing parameters to sidebar 2022-04-29 10:03:23 +02:00
styles Merge "Stop hide unused label from overflowing" 2022-04-29 08:45:20 +00:00
tools Move var declarations inline 2022-03-01 17:50:24 +00:00
widgets Improve test coverage of template dialog outline 2022-05-04 12:01:58 +02:00
ve.ui.MWAriaDescribe.js Make better use of the ARIA mixin 2021-11-18 15:21:47 +00:00
ve.ui.MWCommandRegistry.js
ve.ui.MWExtensionWindow.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWSequenceRegistry.js Use new config option signature when building sequences 2022-03-11 17:12:54 +00:00
ve.ui.MWSurface.js Add mw-show-empty-elt to MW surfaces 2021-11-19 16:08:53 +00:00
ve.ui.MWWikitextCommandRegistry.js Use boolean RegExp.test() instead of .match() where possible 2022-03-24 11:04:43 +01:00
ve.ui.MWWikitextDataTransferHandlerFactory.js Move var declarations inline 2022-03-01 17:50:24 +00:00
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