mediawiki-extensions-Visual.../modules/ve-mw/ui
Thalia 9307fa7095 Add error element to MWLiveExtensionInspector
As part of the plan to render extension errors in the
inspector instead of the view, append an element to
contain the error. More specifically, the element is
a div that contains a LabelWidget (in which the error
message is displayed) and a ButtonWidget (to expand
and collapse the error).

Initially the error element is hidden, but if Parsoid
returns an error, the element will be shown. If the
error is longer than 1 line, it is truncated but can
be expanded. On closing the inspector, any remaining
error is collapsed and hidden.

Depends on I6002d9870d2b to work

Bug: T113172
Change-Id: Ie84130d4ac0da9a738bf98ad0a3677d47566d585
2015-10-05 00:22:22 +01:00
..
actions Merge "Allow autolinking ISBN/PMID/RFC inside list items" 2015-09-26 13:38:37 +00:00
commands build: Enable jscs rule 'requireVarDeclFirst' and make pass 2015-08-19 11:05:01 -07:00
contextitems Adjust uses of renamed PreviewWidget to PreviewElement 2015-09-25 09:37:34 +00:00
datatransferhandlers Specialized inspector for ISBN magic links 2015-09-01 14:25:59 -04:00
dialogs Save dialog: Make review/resolve actions work in mobile 2015-09-26 00:08:31 +01:00
inspectors Add error element to MWLiveExtensionInspector 2015-10-05 00:22:22 +01:00
pages Template placeholder: Don't show delete button if we're the only transclusion part 2015-09-17 00:31:18 +00:00
styles Add error element to MWLiveExtensionInspector 2015-10-05 00:22:22 +01:00
themes Remove Minerva MobileWindowManager.css 2015-08-10 08:49:35 -07:00
tools MWWelcomeDialog: Alter to be welcoming, use a nice image 2015-09-14 18:29:07 -07:00
widgets Merge "Use ve.setProp to set new pages list in MWTemplateTitleInputWidget#getLookupRequest" 2015-10-04 19:54:45 +00:00
ve.ui.MWCommandRegistry.js MWCommandRegistry: Move commands' registrations to their code 2015-08-02 17:55:09 -07:00
ve.ui.MWExtensionWindow.js Abstract mwExtension behaviour into MWExtensionWindow 2015-09-05 18:18:24 +01:00
ve.ui.MWMobileContext.js
ve.ui.MWMobileSurface.js
ve.ui.MWSequenceRegistry.js