Author: sevein
Date: Wed Jun 20 12:17:07 2012
New Revision: 11782

Log:
Another yet fix for issue 2348 :(

Modified:
   trunk/js/autocomplete.js

Modified: trunk/js/autocomplete.js
==============================================================================
--- trunk/js/autocomplete.js    Wed Jun 20 11:52:24 2012        (r11781)
+++ trunk/js/autocomplete.js    Wed Jun 20 12:17:07 2012        (r11782)
@@ -125,9 +125,9 @@
                     // items
                     var dataSource = new YAHOO.util.LocalDataSource();
 
-                    // See http://bugs.jquery.com/ticket/11872
-                    // :enabled was broken in Chrome but it works now
-                    $('option:enabled', this).each(function ()
+                    // :enabled removed, it is broken in Chrome, see issue 2348
+                    // See also http://bugs.jquery.com/ticket/11872
+                    $('option', 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.

Reply via email to