From: Michael J. Rubinsky Date: Wed, 10 Mar 2010 05:39:05 +0000 (-0500) Subject: Disable the autocompleter when form is disabled. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=23b1b61f32e91bf941b09afb28091fa2808babe3;p=horde.git Disable the autocompleter when form is disabled. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 494ecbd4f..f97470eae 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -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();