Skip to main content

Search and Top Navigation

#7197 closed bug (fixed)

Opened March 24, 2011 09:53AM UTC

Closed May 10, 2011 03:29PM UTC

Last modified October 05, 2012 06:20PM UTC

Combobox: not valid value is set

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

An invalid value can be set to a combobox performing the following steps:

1.- Select any valid option by clicking on down arrow

2.- type something incorrect in textfield

3.- click on down arrow

4.- click outside the control

The incorrect value remains in textfield

Attachments (0)
Change History (3)

Changed May 06, 2011 11:46PM UTC by kzys comment:1

I can reproduce this on demos/autocomplete/combobox.html. And I think it's just a bug of this demo, not jQuery UI.

So I sent a pull request at https://github.com/jquery/jquery-ui/pull/225.

Changed May 10, 2011 03:29PM UTC by jzaefferer comment:2

resolution: → fixed
status: newclosed

Fixed by 9e26291164a62d1cea16a56391b5762a561874bd

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

#8628 is a duplicate of this ticket.