Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Add some <input> types to focusable elements #9476

@TuurDutoit

Description

@TuurDutoit

In brackets.js, on line 414, there is some code that restricts focusing elements which are descendants of elements with class .no-focus. In that code block, there is a check that always allows focusing of text input elements. But, this only checks for elements with type of text, number, password or no type at all. Since HTML5, though, some types have been added to the spec, like email, url, tel, date, etc. Maybe we should consider adding these, too.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions