From 3dfa05c0d037c3d974277928aa4842d01d9f66ad Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 29 Apr 2015 13:53:29 -0400 Subject: [PATCH] add title to multiselect list items so longer group names are visible, fix #15819 --- core/js/multiselect.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/core/js/multiselect.js b/core/js/multiselect.js index 565b793200..97a3dcfad9 100644 --- a/core/js/multiselect.js +++ b/core/js/multiselect.js @@ -76,7 +76,7 @@ var self = this; self.menuDirection = 'down'; button.click(function(event){ - + var button=$(this); if(button.parent().children('ul').length>0) { if(self.menuDirection === 'down') { @@ -113,8 +113,9 @@ input.attr('name', 'ms'+multiSelectId+'-option'); } var label=$('