Skip to content

Cannot focus on elements inside (some) shadow containers and <iframe> elements. #131

Closed
@duhrer

Description

@duhrer

In recent testing of the gamepad navigator with a page from the FLOE project, I discovered a range of unreachable elements:

  1. Elements in "closed" shadow roots (such as video elements).
  2. Elements in iframes (such as UIO on that page).

I was able to special-case video elements (see #132), but we still don't have an approach for closed shadow roots or <iframe> elements.

Given the CORS concerns and sandboxing in modern browsers, I'm not sure we're going to be able to address the concerns with <iframe> elements.

Pretty sure we won't be able to work with a "closed" shadow root either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions