Author: sevein
Date: Mon Jun 11 18:40:07 2012
New Revision: 11763
Log:
Relized that :enabled works now as expected, no more workarounds, Chrome silent
updates? (issue 2348)
Modified:
trunk/js/autocomplete.js
Modified: trunk/js/autocomplete.js
==============================================================================
--- trunk/js/autocomplete.js Mon Jun 11 18:36:20 2012 (r11762)
+++ trunk/js/autocomplete.js Mon Jun 11 18:40:07 2012 (r11763)
@@ -125,8 +125,9 @@
// items
var dataSource = new YAHOO.util.LocalDataSource();
- // See http://bugs.jquery.com/ticket/11872, :enabled bug
in Chrome
- $('option:not(:disabled)', this).each(function ()
+ // See http://bugs.jquery.com/ticket/11872
+ // :enabled was broken in Chrome but it does now
+ $('option: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.