Opened 11 years ago

Closed 11 years ago

#8276 closed bug (fixed)

Single quote breaks autocomplete

Reported by: bekok Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.autocomplete Version: 1.8.19
Keywords: Cc:
Blocked by: Blocking:

Description

In the remote datasource demo of jQuery UI autocomplete any entry with a single quote (') prevents autocomplete from working. Examples are "Cetti's Warbler", "Eleonara's Falcon", "Pallas's Leaf Warbler", "Ross's Goose", "Pallas' Bunting", "Marmora's Warbler", "Ménétries's Warbler", "Rüppel's Warbler", "Ross's Gull", "Bulwer's Petrel", "Naumann's Thrush", and "Heuglin's Gull".

The autocomplete works again whenever a string is found that doesn't include the single quote. For example, if you search for "Ross" (from Ross's Goose) nothing is found, but if you search for "Rossb" you will get option like "Common Crossbill"

This has been tested on Mac Os X 10.7 with Firefox 12.0 and Chrome 18.0.

Change History (1)

comment:1 Changed 11 years ago by Scott González

Resolution: fixed
Status: newclosed

This works in master.

Note: See TracTickets for help on using tickets.