mediawiki-extensions-Visual.../modules/ve/ui
Trevor Parscal 3a99b99876 ve.ui.PopupWidget visibility fixes
Objective:

* Context popup would stop opening sometimes "mysteriously" which ended
  up having to do with the automatic closing on blur functionality
  added to popups for use in the category popup widget
* Mousedown event canceling was being applied a little too widely, and
  was causing popup widgets to not allow child elements to be focused
  (unless they contained an iframe, like an inspector)

Changes:

ve.ui.Context.js
* Make use of the popup's show and hide methods within the inspector

ve.ui.MWCategoryPopupWidget.js
* Override autoClose option for category popup widgets

ve.ui.PopupWidget.js
* Add autoClose option to popup widgets
* Move event handler to the top of the methods (convention)
* Only bind blur event if autoClose is enabled
* Inline the getFocusedChild method

Change-Id: I22aedb5fbd51b327ea7ce2ecdd6123e79cbebb9c
2013-05-17 05:49:16 +00:00
..
actions ve.Editor 2013-05-15 10:39:12 -07:00
dialogs Merge "ve.ui.Context: Add embedding feature" 2013-05-16 18:26:39 +00: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.PopupWidget visibility fixes 2013-05-17 05:49:16 +00: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.PopupWidget visibility fixes 2013-05-17 05:49:16 +00: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