[js-embedded-discovery COMMIT] /trunk/src/javascript/typeahead.js
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 15 06:24:58 EDT 2015
Author: rdw
Date: Fri May 15 06:24:57 2015
New Revision: 154
URL: http://svn.shibboleth.net/view/js-embedded-discovery?rev=154&view=rev
Log:
https://issues.shibboleth.net/jira/browse/EDS-66 Enabling showListFirst causes typeahead results to be zero-width
Modified:
trunk/src/javascript/typeahead.js
Modified: trunk/src/javascript/typeahead.js
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/src/javascript/typeahead.js?rev=154&r1=153&r2=154&view=diff
==============================================================================
--- trunk/src/javascript/typeahead.js (original)
+++ trunk/src/javascript/typeahead.js Fri May 15 06:24:57 2015
@@ -217,6 +217,7 @@
}
}
this.dropDown.style.visibility = 'visible';
+ this.dropDown.style.width = this.textBox.offsetWidth +"px";
this.textBox.setAttribute('aria-expanded', 'true');
};
More information about the commits
mailing list