mediawiki-extensions-Visual.../modules/ve/ui
Trevor Parscal 143b086c74 Scroll into view support
Objectives:

* Scroll when needed to show highlighted (with keyboard) or selected (by
  any means) options in select widgets
* Allow clipping and automatic scrolling for certain elements when they
  are otherwise going to be rendered partially out of view

Changes:

*.php
* Add links to new file

ve.ui.Widget.css, ve.ui.Dialog.css
* Removed unneeded x-axis overflow rules

ve.ui.ClippableElement.js, ve.ui.Element.css
* New mixin, adds visible area clipping support to an element

ve.ui.PopupToolGroup.js, ve.ui.MenuWidget.js
* Mixin clippable element

ve.ui.OptionWidget.js, ve.ui.OutlineItemWidget.js
* Add scroll-into-view configuration for option widgets

ve.ui.SearchWidget.js
* Scroll items into view when highlighting with keyboard

ve.Element.js
* Add getBorders, getDimensions, getClosestScrollableContainer and
  scrollIntoView static methods
* Add getClosestScrollableElementContainer and scrollElementIntoView
  methods

Bug: 53610
Change-Id: Ie21faa973a68f517c7cfce8bd879b5317f536365
2013-09-16 16:46:58 -07:00
..
actions doc: Clean up spacing that caused <pre> or broken <ul>/<ol> 2013-07-25 04:02:50 +02:00
dialogs Add padded option to layouts 2013-07-17 19:10:44 +00:00
elements Scroll into view support 2013-09-16 16:46:58 -07:00
inspectors Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
layouts Fix for scrollable panels 2013-07-17 17:17:01 -07:00
styles Scroll into view support 2013-09-16 16:46:58 -07:00
toolgroups Scroll into view support 2013-09-16 16:46:58 -07:00
tools Fix merge conflict breaking localised bold/italic icons 2013-09-12 11:44:20 -07:00
widgets Scroll into view support 2013-09-16 16:46:58 -07:00
ve.ui.Action.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.ActionFactory.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.CommandRegistry.js Add keyboard shortcuts for formatting tools 2013-09-03 17:17:03 -07:00
ve.ui.Context.js Fix context menu position for small inline nodes 2013-09-04 22:22:52 +00:00
ve.ui.Dialog.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.DialogFactory.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.Frame.js Reuse the rules variable 2013-07-10 17:21:07 -07:00
ve.ui.Inspector.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.InspectorFactory.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.js ve.ui.ViewRegistry annihilation 2013-06-26 16:52:10 -07:00
ve.ui.Layout.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Surface.js Refactor CE Surface to reduce event feedback 2013-09-10 11:54:57 -07:00
ve.ui.SurfaceToolbar.js Split ve.ui.Toolbar and ve.ui.SurfaceToolbar 2013-08-02 14:33:25 -07:00
ve.ui.Tool.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.Toolbar.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.ToolFactory.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.ToolGroup.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.Trigger.js Add the special 'clear' (12) button to ve.ui.Trigger 2013-07-29 16:41:28 -07:00
ve.ui.TriggerRegistry.js Add keyboard shortcuts for formatting tools 2013-09-03 17:17:03 -07:00
ve.ui.Widget.js Disable inserting/changing references when surface widget is empty 2013-08-27 17:18:52 -07:00
ve.ui.Window.js Allow customisation of ui.Window titles 2013-08-08 02:49:18 +00:00
ve.ui.WindowSet.js Don't depend on iframe load events 2013-06-25 23:12:58 +00:00