mediawiki-extensions-Visual.../modules/ve/ui/widgets
Trevor Parscal 55b5f30edb ve.ui.Context: Add embedding feature
Objectives:

* Make the context menu display in the top right corner of the currently
  focused inspectable node (if there is one)
* Prevent clicking on anything to do with the toolbar or popup from doing
  anything at all, ever

Bonus:

* While we are using the clever feature in jQuery's on method which allows
  passing boolean false to cancel the event - may as well do that in
  ve.ui.Dialog as well

Changes:

ve.ui.FocusableNode
* Add ability to specify the focusable element so that dimensions can be
  derived from it

ve.ce.Surface
* Add quotes to object keys

ve.ui.MediaDialog
* Change association from being MW specific to handling images in general

ve.ui.Context
* Add embedded styles for context
* Add embedded mode, which is triggered when the context is a single
  focusable node, and the node is large enough to fit the context
  reasonably

ve.ui.Dialog
* Inline mousedown handler

ve.ui.Toolbar, ve.ui.PopupWidget
* Cancel stray mousedown events

Change-Id: I4b25d33f64b4bcb8a3ecfd7e9728f54a2d4886f3
2013-05-16 11:23:59 -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 Multiline option for ve.ui.TextInputWidget.js 2013-05-15 14:41:22 -07:00
ve.ui.LinkTargetInputWidget.js RTL fix for VE's link widget 2013-05-02 20:43:46 +00:00
ve.ui.LookupInputWidget.js ve.Element refactor 2013-05-14 19:47:32 +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 Category UI improvements 2013-05-10 00:19:46 +00:00
ve.ui.MWCategoryItemWidget.js Code style fixes 2013-05-06 12:36:52 +01:00
ve.ui.MWCategoryPopupWidget.js Fieldsets and default sort keys 2013-05-10 16:46:08 -07:00
ve.ui.MWCategoryWidget.js Fieldsets and default sort keys 2013-05-10 16:46:08 -07:00
ve.ui.MWLinkTargetInputWidget.js EventEmitter API cleanup 2013-05-02 15:05:59 -07:00
ve.ui.OptionWidget.js Stack panel, element mixins, cleanup 2013-03-28 12:40:01 -07:00
ve.ui.OutlineItemWidget.js Add level option to ve.ui.OutlineItemWidget 2013-05-15 12:54:19 -07:00
ve.ui.OutlineWidget.js Group, Select, Option, Outline and MenuSection widgets 2013-03-20 22:55:32 +00:00
ve.ui.PendingInputWidget.js UI Refactor 2013-04-26 21:18:13 +00:00
ve.ui.PopupWidget.js ve.ui.Context: Add embedding feature 2013-05-16 11:23:59 -07:00
ve.ui.SelectWidget.js Category UI improvements 2013-05-10 00:19:46 +00:00
ve.ui.TextInputMenuWidget.js ve.ui.LookupWidget 2013-04-30 10:47:32 -07:00
ve.ui.TextInputWidget.js Multiline option for ve.ui.TextInputWidget.js 2013-05-15 14:41:22 -07:00