Skip to content

setSelection is off by one while having a normal header #277

Closed
@gabrielittner

Description

@gabrielittner

When I add a normal header to the list and call setSelection the first visible item is the sticky header from the item before.

When I want to move to item 11, I call setSelection(12) (of by one to include the normal header) it looks like:

  • Sticky header of item 10
  • Sticky header of item 11 and 12
  • item 11
  • item 12
    ...

It should look like this:

  • Sticky header of item 11 and 12
  • item 11
  • item 12
    ...

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