mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
5a0faf5389
Objective: * Remove ve.ui.DropdownTool's dependency on ve.ui.SurfaceToolbar so it can be used with any ve.ui.Toolbar Changes: ve.ui.DropdownTool.js * Bind onBlur to document mousedown in capture mode instead of trying to add more and more things we are listening to which is a losing battle * Refactor activate/deactivate mode changes * Get rid of isEnabled check - surface should disable toolbar, the tools shouldn't be checking if the surface is enabled after the fact (also, this is harmless and doesn't change any actual interactions) Change-Id: I738209d17649358c2f9812f9abac576960af867b |
||
---|---|---|
.. | ||
actions | ||
dialogs | ||
elements | ||
inspectors | ||
layouts | ||
styles | ||
tools | ||
widgets | ||
ve.ui.Action.js | ||
ve.ui.ActionFactory.js | ||
ve.ui.CommandRegistry.js | ||
ve.ui.Context.js | ||
ve.ui.Dialog.js | ||
ve.ui.DialogFactory.js | ||
ve.ui.Frame.js | ||
ve.ui.Inspector.js | ||
ve.ui.InspectorFactory.js | ||
ve.ui.js | ||
ve.ui.Layout.js | ||
ve.ui.Surface.js | ||
ve.ui.SurfaceToolbar.js | ||
ve.ui.Tool.js | ||
ve.ui.Toolbar.js | ||
ve.ui.ToolFactory.js | ||
ve.ui.Trigger.js | ||
ve.ui.TriggerRegistry.js | ||
ve.ui.Widget.js | ||
ve.ui.Window.js | ||
ve.ui.WindowSet.js |