cancel
Showing results for 
Search instead for 
Did you mean: 

Double click inputfield for focus?

Former Member
0 Kudos

Currently, when a user wants to select an inputfield to enter some data, the user has to click the field twice to be able to enter the data. The first click seems to set focus "around" the inputfield, the second click will enable the cursor and the user can start typing.

Is there a way to change this to default form behaviour? So clicking on an inputfield will immediately allow the user to start typing?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Try to set the focus for input field on action/event:


wdThis.getAPI().requestFocus(IWDNodeElement arg, IWDAttributeInfo arg);

Regards

Vinod V

Former Member
0 Kudos

Thanks for your replies. Unfortunately they did not help me resolve the issue.

Also I have come to realize this is a portal-wide issue, so I'm reposting this in the appropriate forum.

Former Member
0 Kudos

Hi,

I dont think we need double click to enter data in input field. Just click once inside the inputfield it will allow us to enter the data.

Regards

Raghu

former_member192434
Active Contributor
0 Kudos

Hi Rane,

Try to set the Accessibility of a Web Dynpro Application,

http://help.sap.com/erp2005_ehp_03/helpdata/EN/19/e64941bfb4de2be10000000a1550b0/frameset.htm

Thanks