cancel
Showing results for 
Search instead for 
Did you mean: 

Can we determine the CAPSLOCK is ON in a webdynpro for ABAP application?

0 Kudos

I have a pwd field in a Webdynpro for ABAP application. If the CAPSLOCK is on then I need to prompt user either via popup or a static text on the page that "CAPSLOCK is ON". Is there way a to determine the caps lock is on when the user enables CAPSLOCK? Thanks for help in advance

Regards,

Madan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This message was moderated.

0 Kudos

Thank you for your response. I am already prompting the user if the pwd is incorrect. But user is expecting to receive a prompt if the CAPSLOCK is ON to avoid typing incorrect pwd. If it is not possible to identify whenever the CAPSLOCK is turned ON, atleast is there a way to identify the CAPSLOCK is ON whenever user is navigated to this page/webdynpro application.

Regards,

Madan.

ChrisPaine
Active Contributor
0 Kudos

There is no WDA standard functionality to check if Caps lock is on.

However - you could develop an island that could give you this information - as Flex does give you an API to check if caps lock is selected, you may need to actually have the input/password field that you are typing into as part of the island for it to work though.