mediawiki-extensions-Visual.../modules/ve/ui
Rob Moen 58558b26fd VE multiSuggest bug fixes.
-Using keydown on arrows allows preventDefault which stops the cursor movement in the input.

-Consolidated Keydown bindings, no longer unbinding keydown, instead checking for visible state first.

-Using case insensitive comparison for selected item.

-Changed use of ve.inArray to ve.indexOf because method name was changed.

-Moved clear break into suggestion container rather than after it.
Added margin bottom on suggestion container for category separation.

Change-Id: I2bd1db049a948db189194037dc8e38dfe884c197
2012-08-17 15:13:19 -07:00
..
inspectors VE multiSuggest bug fixes. 2012-08-17 15:13:19 -07:00
styles VE multiSuggest bug fixes. 2012-08-17 15:13:19 -07:00
tools Refactor ve.js utilities and improve documentation 2012-08-12 20:32:45 +02:00
ve.ui.Context.js Added MW page suggestion functionality. 2012-08-17 14:12:26 -07:00
ve.ui.Inspector.js Added MW page suggestion functionality. 2012-08-17 14:12:26 -07:00
ve.ui.js Make use of new jshint options 2012-08-10 02:50:30 +02:00
ve.ui.Menu.js Make use of new jshint options 2012-08-10 02:50:30 +02:00
ve.ui.Tool.js After much research on error objects, native = good, custom = bad 2012-08-08 10:48:53 -07:00
ve.ui.Toolbar.js Refactor ve.js utilities and improve documentation 2012-08-12 20:32:45 +02:00