mediawiki-extensions-Visual.../modules/ve/ui
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
..
actions ve.Editor 2013-05-15 10:39:12 -07:00
dialogs ve.ui.Context: Add embedding feature 2013-05-16 11:23:59 -07:00
elements ve.Element refactor 2013-05-14 19:47:32 +00:00
inspectors ve.Editor 2013-05-15 10:39:12 -07:00
layouts Fieldsets and default sort keys 2013-05-10 16:46:08 -07:00
styles ve.ui.Context: Add embedding feature 2013-05-16 11:23:59 -07:00
tools Implement ve.ui.MWTemplateDialog 2013-05-15 19:36:18 +00:00
widgets ve.ui.Context: Add embedding feature 2013-05-16 11:23:59 -07:00
ve.ui.Action.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.ActionFactory.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.CommandRegistry.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.Context.js ve.ui.Context: Add embedding feature 2013-05-16 11:23:59 -07:00
ve.ui.Dialog.js ve.ui.Context: Add embedding feature 2013-05-16 11:23:59 -07:00
ve.ui.DialogFactory.js UI "Views" refactor 2013-04-18 15:53:50 -07:00
ve.ui.Frame.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Inspector.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.InspectorFactory.js UI "Views" refactor 2013-04-18 15:53:50 -07:00
ve.ui.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.Layout.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Surface.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.Tool.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.Toolbar.js ve.ui.Context: Add embedding feature 2013-05-16 11:23:59 -07:00
ve.ui.ToolFactory.js
ve.ui.Trigger.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.TriggerRegistry.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.ViewRegistry.js Link inspector fixes 2013-04-24 18:29:55 -07:00
ve.ui.Widget.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Window.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.WindowSet.js ve.Editor 2013-05-15 10:39:12 -07:00