Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
anubhuti14
Employee
Employee

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 report is used in code, and tabindex=0 in this div is letting focus lost.

 

powerbitabindex.png

In this embedWrapper , which is created when powerbi report is used in code, then this added tabindex=0 is letting focus lost.

 

Is there a way that this tabindex  can be edited. ?

 

 

1 ACCEPTED SOLUTION
v-lionel-msft
Community Support
Community Support

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.

 

View solution in original post

2 REPLIES 2
anubhuti14
Employee
Employee

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 ?

 

powerbitabindex.png

 

 

 

 

 

v-lionel-msft
Community Support
Community Support

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.

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.