Search and Top Navigation
#6187 closed bug (duplicate)
Opened October 15, 2010 12:39AM UTC
Closed October 28, 2010 12:06PM UTC
Last modified October 11, 2012 09:15PM UTC
Autocomplete's option minLength not always respected
Reported by: | matthew_be | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It may happen that Firefox (3.6.10) executes "source" function only when minLength + 1 characters have been typed.
Attachments (0)
Change History (4)
Changed October 15, 2010 01:39PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed October 28, 2010 11:59AM UTC by comment:2
resolution: | worksforme |
---|---|
status: | closed → reopened |
i can reproduce this behaviour in google chrome (jquery-ui-1.8.4):
(minLength: 3)
- first input of 3 characters after a refresh:
- source event is triggered
- delete all characters and type 3 characters
- source event is not triggered
- add another character (lenght now = minLength + 1):
- source event is triggered
- delete last character so that 3 characters are left:
- source event is triggered
Changed October 28, 2010 12:06PM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | reopened → closed |
Duplicate of #5922.
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
Works for me.