Forum Discussion

anubhuti14's avatar
anubhuti14
Icon for Microsoft Employee rankMicrosoft Employee
5 years ago
Solved

Keyboard focus indicator is moving on hidden control after any control on pressing TAB

Keyboard focus indicator is moving on hidden control after any control on pressing TAB key again the focus indicator moves on dialog of "Power Bi".   A div with embedWrapperID is created when repor...
  • v-lionel-msft's avatar
    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 Chen

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.