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);
Fixed in 450d030.
I think this was only a problem in Firefox, so other browsers don't allow you to interact with readonly fields.