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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
safalkishore
Microsoft Employee
Microsoft Employee

Getting Ctrl+F6 and Ctrl+Right Arrow to work on a Custom Visual

We develoepd a custom visual with the latest library as mentioned on this article. However we have an accessibility bug with respect to the entry point of the visual as described below :

 

Ctrl+F6 highlights the visaul with a blue border

As a next step Ctrl+Right arrow does not get into or highlight the <button> that is the entry point of the visual.

 

Things we tried thus far:

  • Settings a higher TABINDEX (say like 5 instead of 0 on other controls)
  • Setting style/class/attributes like - autofocus, focus-nav-mode (Group), keyboard-shortcuts (trl-ArrowRight scoped)
  • Also tried the suggestion on this stackoverflow thread.
  • Setting .focus() on the element once the page/visual loads up. (this will not work when you click outside the visual and try Ctrl+F6 to get back into the visual)

 

Please do let us know in case you have any suggestions ?

0 REPLIES 0

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors