Make the scroll-lock test able to fail, and name the tell a broken chain actually shows
CI / full-gate (push) Successful in 2m49s

This commit is contained in:
2026-09-09 15:01:15 +02:00
parent 9fbda833d5
commit 09d86eddad
3 changed files with 13 additions and 5 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ clip one nested any deeper. `data-table` takes `scrollRegion: true`, which puts
3. A page holding a region that filled the content column passes `fill: true` to the shell, puts
`.scroll-region` on that region, and makes every wrapper between it and the content slot a flex
column (`display: flex; flex-direction: column; flex: 1 1 auto; min-height: 0`). Miss a wrapper and
the region grows instead of scrolling, so the frame scrolls in its place — a second scrollbar is
the tell.
the region grows instead of scrolling, so the frame scrolls in its place — the scrollbar moving off
the region onto the whole content column is the tell.
4. A table whose header must stay put passes `scrollRegion: true` to `data-table` on such a page.
`examples/plugins/scheduling` shows the whole chain on its shifts list.