Side navigation
#5147 closed bug (invalid)
Opened August 31, 2009 01:57PM UTC
Closed June 25, 2010 02:45AM UTC
Last modified March 15, 2012 11:34AM UTC
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: | pr.latha@gmail.com |
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)" >
Attachments (0)
Change History (1)
Changed June 25, 2010 02:45AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This sounds like a good question for the forum. There's no jQuery in the sample code.