Side navigation
#4985 closed bug (invalid)
Opened July 28, 2009 10:31AM UTC
Closed October 13, 2009 01:17AM UTC
[autocomplete]
Reported by: | Stefanie | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
[autocomplete] uses the cache option even if the cache is deactivated.
Properties are:
autoFill: true,
cacheLength: 1,
minChars: 3
With Firebug one can see, that the data is not loaded, because there was no GET protocol on the console.
I am willing to pay 150,- EUR for removing this bug. For further information you can drop an email to mail@stefanie-stoelting.de or call me on +49 172 7 11 52 65
Attachments (0)
Change History (2)
Changed August 26, 2009 03:00PM UTC by comment:1
Changed October 13, 2009 01:17AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
This is not a jQuery core bug. Please use the jQuery forums or contact the author via the method they request. For jQuery UI plugins, please file a bug on http://dev.jqueryui.com .
The bug is not a bug inside the code, it is instead a bug inside the the documentation.
The documentation says, that cacheLength must be >= 1, but when I
changed it to 0, it works!
This means, that setting cacheLength = 0 ends up in not caching.