cancel
Showing results for 
Search instead for 
Did you mean: 

Tab order issues with UI elements in Web Dynpro

Former Member
0 Kudos

Hi Folks:

We recently upgraded to NW 2004s and now i am running NWDS v 7.0.

I have noticed many behavioral changes since the upgrade. One of the more problematic and annoying issue is the tab order of the UI elements. In the prior version, the label element never had the control while tabbing. But now the Label also is part of the tab order. There is no property ( that i have been able to figure out) that stands out to fix this issue.

I am i missing something or doing something wrong. Greatly appreciate any input.

Thanks & regards

Renchy Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I figured it out. You have to bind the label to the UI element it is a label for - using the labelFor property of the Label element.

Duh!! i should have thought of it before but it is true that the older version was not enforcing this rule.

rgds

Renchy

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi,

try making label's enable property = False

regards