mediawiki-extensions-Visual.../modules/ve/ui/widgets
Roan Kattouw 9c19bc385e Actually normalize page titles correctly in MWLinkTargetInputWidget
matchingPages contains titles with spaces, but .toString() returns titles
with underscores, so normalizing with .toString() is incorrect. Use
.getPrefixedText() instead.

This caused a bug in the link dialog where, if the link was an internal
link pointing to an existing page with a space in its name, the "New page"
section would be displayed but would be empty, and the link's target would
be displayed in the "Existing page" section but colored red.

Change-Id: I59d8b87b996d80da1b25124b942bd2b72ef50845
2013-06-18 00:37:17 -07:00
..
ve.ui.ButtonWidget.js Stack panel, element mixins, cleanup 2013-03-28 12:40:01 -07:00
ve.ui.IconButtonWidget.js Document and clean up events in all the things 2013-03-20 09:58:27 -07:00
ve.ui.InputLabelWidget.js ve.ui.LookupWidget 2013-04-30 10:47:32 -07:00
ve.ui.InputWidget.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ui.LinkTargetInputWidget.js RTL fix for VE's link widget 2013-05-02 20:43:46 +00:00
ve.ui.LookupInputWidget.js Pending input refactor 2013-06-06 21:17:35 +00:00
ve.ui.MenuItemWidget.js Group, Select, Option, Outline and MenuSection widgets 2013-03-20 22:55:32 +00:00
ve.ui.MenuSectionItemWidget.js Group, Select, Option, Outline and MenuSection widgets 2013-03-20 22:55:32 +00:00
ve.ui.MenuWidget.js Category UI improvements 2013-05-10 00:19:46 +00:00
ve.ui.MWCategoryInputWidget.js Actually fix bug 48556 2013-06-12 01:53:14 +00:00
ve.ui.MWCategoryItemWidget.js Add missing documentation for category widgets 2013-06-11 13:01:37 -07:00
ve.ui.MWCategoryPopupWidget.js Merge "Improve category widget styling" 2013-06-13 19:27:57 +00:00
ve.ui.MWCategoryWidget.js Improve category widget styling 2013-06-13 19:26:29 +00:00
ve.ui.MWLinkTargetInputWidget.js Actually normalize page titles correctly in MWLinkTargetInputWidget 2013-06-18 00:37:17 -07:00
ve.ui.MWMediaSelectItemWidget.js Image insertion 2013-06-06 17:36:55 -07:00
ve.ui.MWMediaSelectWidget.js Image insertion 2013-06-06 17:36:55 -07:00
ve.ui.OptionWidget.js Stack panel, element mixins, cleanup 2013-03-28 12:40:01 -07:00
ve.ui.OutlineControlsWidget.js Outline controls 2013-06-14 11:56:30 -07:00
ve.ui.OutlineItemWidget.js Outline controls 2013-06-14 11:56:30 -07:00
ve.ui.OutlineWidget.js Group, Select, Option, Outline and MenuSection widgets 2013-03-20 22:55:32 +00:00
ve.ui.PopupWidget.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.SelectWidget.js Outline controls 2013-06-14 11:56:30 -07:00
ve.ui.TextInputMenuWidget.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.TextInputWidget.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00