Opened 14 years ago
Closed 13 years ago
#3719 closed bug (invalid)
[autocomplete] failure on space+shift with mustMatch and multiple set to true
Reported by: | andymeadows | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | autocomplete, mustMatch | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
Using the demo @ http://jquery.bassistance.de/autocomplete/demo/, you cannot type "North Baltimore" into the textarea. The value is cleared when hitting shift for the B in North Baltimore. This occurs for any of the multiple word values when trying to type matching case.
The fix has been tested with the following browsers:
- IE 7.0.5730.13 on Windows 2003 R2 SP2
- Firefox 2.0.0.18 on Windows 2003 R2 SP2
- Firefox 3.0.4 on OS X 10.5.5
- Safari 3.2.1 on OS X 10.5.5
And in case the attachment doesn't come through, here are the changes.
Line 66: > Added SHIFT: 16 to the KEY array. Line 133: > Added case KEY.SHIFT: break;
The line 133 addition is the new line number after the line 66 addition.
Acknowledgement to Andy Meadows or Meadows Design if possible.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | jquery.autocomplete.js added |
---|
comment:1 Changed 14 years ago by
Owner: | set to joern |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please file plugin bugs with the appropriate author on their bug tracker.
Has this plug-in been abandoned?