Author: sevein
Date: Thu Jun 7 11:51:19 2012
New Revision: 11748
Log:
Better fix for issue 2348
Modified:
trunk/js/autocomplete.js
Modified: trunk/js/autocomplete.js
==============================================================================
--- trunk/js/autocomplete.js Thu Jun 7 11:10:40 2012 (r11747)
+++ trunk/js/autocomplete.js Thu Jun 7 11:51:19 2012 (r11748)
@@ -125,8 +125,8 @@
// items
var dataSource = new YAHOO.util.LocalDataSource();
- // :enabled was removed because it stopped working in
Chrome
- $('option', this).each(function ()
+ // See http://bugs.jquery.com/ticket/11872, :enabled bug
in Chrome
+ $('option:not(:enabled)', 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.