Frontmatter
| id | 4192 |
| title | list.Base: scrollIntoViewOnFocus |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 14, 2023, 12:40 PM |
| updatedAt | Mar 14, 2023, 12:40 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4192 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 14, 2023, 12:40 PM |
in case a list is using headers,
DomAccess.scrollIntoView()can have odd side effects => scrolling in a way, that the focused item is not visible.the new config will be set to true for lists without headers and false otherwise.