? 2009-09-02-string-context-html_safe.patch
? 558918-collapsible-remember.patch
? TODO.txt
? ctools-wizard-default_1.patch
? ctools-wizard-default_2.patch
? ctools.ajax-class.patch
? ctools.ajax-redirect_0.patch
? ctools.ajax-responder.js__0.patch
? ctools.info_file.patch
? ctools.info_file_0.patch
? ctools_user_profile_content_type-569508-1.patch
? ctools_wizard.html_back.patch
? ctools_wizard.inc_cancelpath.patch
? custom_with_php_filter-525538-5.patch
? fix-autocomplete.patch
? un-prototype-mc.patch
? views_optional_contexts.patch
Index: js/modal.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ctools/js/modal.js,v
retrieving revision 1.16
diff -u -p -r1.16 modal.js
--- js/modal.js	18 Sep 2009 21:00:52 -0000	1.16
+++ js/modal.js	20 Sep 2009 15:07:15 -0000
@@ -133,6 +133,10 @@ Drupal.CTools.Modal.submitAjaxForm = fun
     return false;
   }
 
+  if (Drupal.autocompleteSubmit && !Drupal.autocompleteSubmit()) {
+    return false;
+  }
+
   url = $(this).attr('action');
   $(this).addClass('ctools-ajaxing');
   var object = $(this);
