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 |
||
---|---|---|
.. | ||
buttons | ||
dropdowns | ||
ve.ui.AnnotationButtonTool.js | ||
ve.ui.ButtonTool.js | ||
ve.ui.DialogButtonTool.js | ||
ve.ui.DropdownTool.js | ||
ve.ui.IndentationButtonTool.js | ||
ve.ui.InspectorButtonTool.js | ||
ve.ui.ListButtonTool.js |