cancel
Showing results for 
Search instead for 
Did you mean: 

Accessibility Problem: Can I control what the screen reader focus ?!

former_member557553
Participant
0 Kudos

Hello,

I've got a accessibility problem: if i activate the accessibility flag in 'my profile' the screen reader focuses a title i don't want to be focused. Can I control which objects on a window might be focused? is it meanginfull to control the screen reader?!

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member557553
Participant
0 Kudos

Hello Neha & Kön,

thanks for your reply. It sounds very understandably that you cannot control the screen reader. Who could know it surly?!

Thanks also to Kön, this works fine but I think you can only set a focus to one element. the best solution for me will be to control the "tabways"(in which sequence the elements will be focused) and the ability to decide if elements are visitable.(and this should also work even accessibility is set) wow, i don't know

Former Member
0 Kudos

Hi,

you can eg create a table with the id's of the elements,

one column target, one colum present uielement

then you can create in the eventhandler for the onenter action of the inputfield a

select on the table where present is set and set focus on the target entered

grtz,

Koen

Former Member
0 Kudos

Hello Christian,

As far as I know, you cannot (and I suppose should not) control the focus being set on the UI Elements.

Regards,

Neha

Former Member
0 Kudos

Hi,

as a matter of fact, you can set focus on an element by using :

wd_this->m_view->REQUEST_FOCUS_ON_VIEW_ELEM( 'id').

with m_view an attribute of your view (the instance created on runtime)

grtz

Koen