mediawiki-extensions-Visual.../modules/ve/ui
Roan Kattouw 069eefe343 Fix JS error in ve.ui.ClippableContainer
Sometimes, .clip() would be called when clipping had already been
disabled again, and accessing this.$clippableContainer would cause
an error. This happened to me when typing quickly in MWLinkInspector.

This probably happens when enabling and disabling clipping right after
each other in response to the same event, such that the setTimeout()
for the initial clip is run after clipping has already been disabled.

Change-Id: I0f85ea5f10955188bae51160e1c88eca858ea1bf
2013-09-26 17:39:35 -07:00
..
actions Cleanup action methods 2013-09-11 10:25:46 -07:00
dialogs 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
elements Fix JS error in ve.ui.ClippableContainer 2013-09-26 17:39:35 -07:00
inspectors 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
layouts Merge "'Config' -> 'Configuration' in all comments" 2013-09-26 19:02:30 +00:00
styles Scroll into view support 2013-09-16 16:46:58 -07:00
toolgroups 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
tools 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
widgets Merge "'Config' -> 'Configuration' in all comments" 2013-09-26 19:02:30 +00:00
ve.ui.Action.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.ActionFactory.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.CommandRegistry.js Add keyboard shortcuts for formatting tools 2013-09-03 17:17:03 -07:00
ve.ui.Context.js Merge "'Config' -> 'Configuration' in all comments" 2013-09-26 19:02:30 +00:00
ve.ui.Dialog.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.DialogFactory.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.Frame.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.Inspector.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.InspectorFactory.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.js ve.ui.ViewRegistry annihilation 2013-06-26 16:52:10 -07:00
ve.ui.Layout.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.Surface.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.SurfaceToolbar.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.TargetToolbar.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.Tool.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.Toolbar.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.ToolFactory.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.ToolGroup.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.Trigger.js Add the special 'clear' (12) button to ve.ui.Trigger 2013-07-29 16:41:28 -07:00
ve.ui.TriggerRegistry.js Add keyboard shortcuts for formatting tools 2013-09-03 17:17:03 -07:00
ve.ui.Widget.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.Window.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00
ve.ui.WindowSet.js 'Config' -> 'Configuration' in all comments 2013-09-25 11:23:16 +01:00