From 2aff1ee88cd9dc664e2935e6a5f63e8e8d4bb7d4 2015-03-12 11:42:50 From: Nicholas Bollweg <nick.bollweg@gmail.com> Date: 2015-03-12 11:42:50 Subject: [PATCH] fixes #8012 --- diff --git a/IPython/html/static/widgets/js/widget_selection.js b/IPython/html/static/widgets/js/widget_selection.js index 1eb7550..d601cb7 100644 --- a/IPython/html/static/widgets/js/widget_selection.js +++ b/IPython/html/static/widgets/js/widget_selection.js @@ -557,6 +557,15 @@ define([ SelectMultipleView.__super__.update.apply(this, arguments); this.$listbox.val(this.model.get('selected_labels')); }, + + handle_click: function(){ + /** + * Overload click from select + * + * Apparently it's needed from there for testing purposes, + * but breaks behavior of this. + */ + }, handle_change: function (e) { /**