Same Page Jump Links do not change keyboard focus

Hello,

The jump links have no problem shifting the focus of the window but the keyboard focus remains with the jump link itself. Is there a proper way to construct in page jump links on Pro that will also shift the keyboard focus to the target?

Thank you

Hi @INcroatia,

Thanks for reaching out.

Unfortunately, that’s not currently possible. The focus is always set to the element which user’s interacted with. And not all elements can have a keyboard focus event especially if the target location is a layout element like div. It would need a special code which has the ability to determine the next focus element (especially links or forms). Unfortunately, we can’t provide customization and right now, it’s only a jump link integrated to the hash URL.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.