Disable the autocompleter when form is disabled.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Mar 2010 05:39:05 +0000 (00:39 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Mar 2010 05:39:05 +0000 (00:39 -0500)
kronolith/js/kronolith.js

index 494ecbd..f97470e 100644 (file)
@@ -2262,6 +2262,7 @@ KronolithCore = {
         } else {
             form.disable();
             this.doAction('listTopTags', null, this.topTagsCallback.curry('kronolithCalendarinternalTopTags', 'kronolithTagDisable'));
+            $('kronolithCalendarinternalTags').autocompleter.disable();
             form.down('.kronolithColorPicker').hide();
             form.down('.kronolithCalendarDelete').hide();
             form.down('.kronolithCalendarSave').hide();