#5147 closed bug (invalid)
focus for readonly fields in javascript
Reported by: | sreelatha | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | focus | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
How to provide focus for the readonly fields(either textfields or checkbox) in java script.
below is the read-only textfield, using onFocus, i am not able to focus the readonly field.
<input style="width:210px" type="text" class="readonly upperCase" name="/I=101002/G=10101/D=C/CA=U/" fldid=101002 grpid=10101 data_type=C maxlength=18 upper_case=U readonly onFocus = "setItemFocus(this)" onKeyUp = "keyhandler(this, event)" onMouseOver = "displayNameString(this)" >
Note: See
TracTickets for help on using
tickets.
This sounds like a good question for the forum. There's no jQuery in the sample code.