Closed (fixed)
Project:
Finder
Version:
6.x-1.0-rc3
Component:
Finder Autocomplete
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2009 at 09:56 UTC
Updated:
22 Jul 2009 at 11:50 UTC
Daniel, I really like your module! :)
So, maybe you noticed that I assail you with requests and reports to make this module a bit more generic. :)
Is it possible to make the reaction time in finder_autocomplete.js (line 257 - this.delay) accessible through the UI - so we won't have to access the .js file after every module update again and again?
/**
* An AutoComplete DataBase object
*/
Drupal.ACDB = function (uri) {
this.uri = uri;
this.delay = 300;
this.cache = {};
};
Regards,
Stefan
Comments
Comment #1
danielb commentedThis would only affect autocompletes that use the autosubmit feature, as the regular autocomplete uses the core js. I don't imagine many people would make use of such a feature. This is really out of scope, and a fairly advanced change that will add more coding/maintenance/burden into finder that really should be in the drupal core - I think you might be stuck editing it manually.
Comment #2
design.er commentedOk, thank you for your time.
Comment #3
danielb commentedMy advice is to get it working and not bother updating it very often unless there is some kind of security hole (which I doubt). At the moment there are a lot of releases but I expect that to slow down.
Comment #4
design.er commentedOk, thank you. :)