Author: sevein
Date: Mon Jun 11 18:36:20 2012
New Revision: 11762
Log:
Fixes issue 2348 (again)
Modified:
trunk/js/autocomplete.js
Modified: trunk/js/autocomplete.js
==============================================================================
--- trunk/js/autocomplete.js Mon Jun 11 15:55:04 2012 (r11761)
+++ trunk/js/autocomplete.js Mon Jun 11 18:36:20 2012 (r11762)
@@ -126,7 +126,7 @@
var dataSource = new YAHOO.util.LocalDataSource();
// See http://bugs.jquery.com/ticket/11872, :enabled bug
in Chrome
- $('option:not(:enabled)', this).each(function ()
+ $('option:not(:disabled)', this).each(function ()
{
if ($(this).val())
{
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.