-
Couldn't load subscription status.
- Fork 71
Description
Description:
Interacting with the extension’s side panel (chrome.sidePanel) shifts focus away from the main webpage, and there is no way to programmatically return focus to the main document. This limitation makes it impossible to implement some features related to accessibility.
Context:
Managing focus between the main document and the side panel's document within the same tab is essential for accessibility.
With proper focus management, the user can select something from the side panel, and the side panel can simulate certain events that only work when the main document is in focus.
Currently, extensions can switch focus between tabs, but not within the main document and side panel document.
Proposed Solution:
Introduce a new API that allows extensions to programmatically shift focus from the side panel back to the main document.