Skip to content

returnFocus doesn't work in Safari and Firefox #714

Open
@alyrik

Description

@alyrik

Summary:

Focus returns as expected in Chrome. But it fails in Firefox and Safari.

Steps to reproduce:

  1. Click the button.
  2. Close modal.
  3. The button is not focused (its text should be red).

Expected behavior:

The button is focused (its text is red).

Link to example of issue:

https://codesandbox.io/s/mjy915nqp9

Additional notes:

As I see in returnFocus function, focusLaterElements array consists of <body> in Firefox and Safari instead of <button> (in Chrome).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions