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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
anubhuti14
Microsoft Employee
Microsoft 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
Microsoft Employee
Microsoft 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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.