docsifyjs/docsify

Keyboard focus is getting lost after activating home control in left navigation pane in windows.

Open

#2600 opened on Sep 5, 2025

View on GitHub
 (6 comments) (0 reactions) (0 assignees)JavaScript (26,454 stars) (5,630 forks)batch import
accessibilitybuggood first Issuev5-rc

Description

Description

User Impact: Keyboard dependent users will find it difficult to identify the currently focused element if keyboard focus is getting lost after activating home control in left navigation pane in windows.

Refer Attachment:

  1. Keyboard focus get lost after activating Home tab item present in left navigation pane.mp4

https://github.com/user-attachments/assets/9c3f3f02-2faa-4307-ba14-f80c3c7c7bde

Expected behavior

Keyboard focus shouldn't be lost home tab item after activating it, it should remain on the home control.

Actual behavior

Keyboard focus is getting lost after activating home control in left navigation pane in windows. On press tab key, focus is moving to 'Github' control.

Steps to reproduce

  1. Open the URL: https://docs.pwabuilder.com/#/builder/android in latest edge browser.
  2. PWA Builder - packaging page will be displayed on screen.
  3. Press tab key to reach 'Ham burger menu button' and activate it.
  4. Now press tab key to reach to the home control and activate it.
  5. Verify whether keyboard focus is getting lost after activating home control in left navigation pane in windows or not.

Environment

OS: Windows 11 Enterprise Insider Preview Version 24H2 (OS Build 26100.3775) Browser Microsoft Edge Version 135.0.3179.85 (Official build) (64-bit) URL: https://docs.pwabuilder.com/#/builder/

Additional Information

  • Bug still occurs when all/other plugins are disabled?

Contributor guide