Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.
This repository was archived by the owner on Jun 8, 2020. It is now read-only.

Focused state of dom node is not persisted when scrolling #34

@lukesargeant

Description

@lukesargeant

When I scroll a list of rows containing input fields, the focused input field does not move with its row. Instead the dom node that is being re-used (and had its model change to reflect another row) holds on to the focus state.

As a consumer of this library it would be nice not to be concerned with this problem such that the virtualization is hidden from me. Would this be a reasonable case to support? I understand there could be a number of complexities around changing focus and potentially suppressing events, or should the library accept this limitation?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions