Frontmatter
| id | 4321 |
| title | main.addon.ScrollSync |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 26, 2023, 10:21 AM |
| updatedAt | May 12, 2023, 1:07 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4321 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 12, 2023, 1:07 PM |
the first use case are PickerFields (DateField, SelectField) to keep overlays sticky to input fields, in case they are inside a scrollable parent container (we need to honor horizontal & vertical scrolling on all parent levels).
this can be useful for buffered grids with locked columns later on as well. @ThorstenSuckow