cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid inputfield value in tooltip

Former Member
0 Kudos

Hi,

I'm binding a context attribute for tooltip of an inputfield.

When the mouse is hovered on that inputfield, the tooltip gets displayed as '<Value of inputfield>+<Value of the context attribute which I binded>'.

When I'm binding a context attribute for the tooltip, why the value of inputfield is becoming part of the tooltip?

Anyways to get rid of this?

thanks and regards,

amar.s

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This is done automatically by the Web Dynpro framework in order to achieve accessibility compliance. Users with reading disabilities who use screen readers get to hear both the filed label and the field value, and all this with no extra work required by the application developer!

- Walter

Former Member
0 Kudos

Hi,

I found that this happens only for those input fields inside tables which has fixed table layouts.

thanks and regards,

amar.s

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

How did you achieve this? can you please give me some coding example.

Regards,

Kamesh Bathla

p330068
Active Contributor
0 Kudos

Hi Amar,

Please check that if you setting value of context attribute in code which you have binded for input field tooltip.

Try to print the both context attribute and check it

Hope it will helps

Regards

Arun

former_member185086
Active Contributor
0 Kudos

Hi

It general It should not be happen.

could you please do one check using below code, might that is a part of that context.

wdComponentAPI.getMessageManager().reportWarning(<put that context here>);

Best Regards

Satish Kumar