Skip to main content

Search and Top Navigation

#6170 closed bug (fixed)

Opened October 11, 2010 09:07PM UTC

Closed October 11, 2010 09:25PM UTC

Last modified November 19, 2010 06:26PM UTC

autocomplete pops up on readOnly inputs

Reported by: vaporetto Owned by:
Priority: minor Milestone: 1.8.6
Component: ui.autocomplete Version: 1.8.5
Keywords: Cc:
Blocked by: Blocking:
Description

Autocomplete pops up even when input is set as readOnly.

eg :

<input id="myinput" type="text" value="" />

$("#myinput").attr("readonly", true);

Attachments (0)
Change History (3)

Changed October 11, 2010 09:25PM UTC by scottgonzalez comment:1

component: ui.coreui.autocomplete
milestone: TBD1.9
resolution: → fixed
status: newclosed

Fixed in 450d030.

I think this was only a problem in Firefox, so other browsers don't allow you to interact with readonly fields.

Changed October 25, 2010 07:01PM UTC by scottgonzalez comment:2

milestone: 1.91.8.6

Changed November 19, 2010 06:26PM UTC by Scott González comment:3

Autocomplete: Don't react to key events on readonly inputs. Fixes #6170 - autocomplete pops up on readOnly inputs.

Changeset: 450d0306dd748d7efa18d29edc16cebde90b4d11