Modify ↓
Ticket #3296 (closed bug: invalid)
[autocomplete] - Pressing space as first character throws exception
| Reported by: | skoon | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | autocomplete | Cc: | |
| Blocking: | Blocked by: |
Description
[Repro]
- Click into an input element with the autocomplete plugin applied to it.
- press space bar
[Expected] No activity
[Actual] JavaScript exception is thrown "currentValue is undefined".
Attachments
Change History
Changed 5 years ago by skoon
-
attachment
jquery_autocomplete_space_throws_exception_patch.txt
added
comment:2 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Patch to fix the bug.