28
Views
1
Comments
Solved
Tab Navigation does not transfer focus to Popup unless I click inside
Application Type
Reactive

I need to implement Tab Navigation (tabindex in HTML) to my application so that it works well with keyboards. I have a functionality where I open a popup, and then need to continue with Tab Navigation inside the popup. But when I open the popup, I need to click inside the popup to be able to navigate using Tabs. If I don't click inside the popup, the tab navigation stays outside. (attached video for reference).

In the image below, I double clicked a row in the table which opened up the popup. Without clicking inside the popup, when I pressed Tab, it started navigation through the delete icon in the table on the right.

PS: I'm trying for Outsystems solution (before trying it with JS)


Thanks,

Aman

tab_navigation_issue.webm
2024-04-15 16-08-47
Aman Devrath
Solution

Anyone looking for answer:

I managed to fix this but adding SetFocus (OutsystemsUI) in the OnReady Event. and assigning the first widget's Id to the SetFocus action's Input Parameter

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.