Skip to content

Does not work if element is scrollable. #26

@Daniel-Alonso-Exabeam

Description

@Daniel-Alonso-Exabeam

If the element you call $.scrollintoview() on is itself scrollable, then it doesn't work because inside the function you use el.closest(":selectable") instead of el.parent().closest(":selectable"). Thus the element is always selected rather than it's closest scrollable parent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions