Forum Discussion
Keyboard focus indicator is moving on hidden control after any control on pressing TAB
- 5 years ago
Hi anubhuti14 ,
The tabindex attribute actually specifies the order in which the cursor moves when the computer "Tab" key is clicked. When the computer "Tab" key is clicked, the smaller the value of the tabindex attribute (the minimum value is 0), the first the tab where it is located will be focused.
Have you tried adding this attribute to both ‘div’ tags? And set the tabindex attribute of the child div to a smaller value.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Lionel Chen,
PowerBi report is added in iframe when we use it in code. And we can not add or edit these div's that are created as a part of powerbi report. So is there a way to implement this tabindex at powerbi report level ?