Skip to main content

Search and Top Navigation

#8628 closed bug (duplicate)

Opened October 05, 2012 06:02PM UTC

Closed October 05, 2012 06:20PM UTC

It is possible to enter an invalid value in an autocomplete combobox

Reported by: shawninder Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.autocomplete Version: 1.8.24
Keywords: Cc:
Blocked by: Blocking:
Description

Reproducing the problem:

1. Go to http://jqueryui.com/demos/autocomplete/#combobox

2. Click in the input field

3. Write a

4. Click on the arrow beside the input field

What should happen:

The list of options should appear under the input field. Choosing one of these options should select it, and clicking somewhere else on the page should empty the input field.

What does happen:

The list of choices does not appear and the value of the input field remains unchanged. In theory, one could now proceed to click a submit button thinking that his invalid value will be submitted.

Attachments (0)
Change History (1)

Changed October 05, 2012 06:20PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #7197.Works fine in master.