2026-07-31 11:53:04 +08:00
|
|
|
# Composer draft scrolling (14-line cap, two text layers)
|
|
|
|
|
|
|
|
|
|
## At the start of the draft
|
|
|
|
|
|
|
|
|
|
- draft overflows the capped box: true
|
|
|
|
|
- visible lines: 14
|
2026-07-31 12:12:54 +08:00
|
|
|
- both layers share one scroll extent: true
|
2026-07-31 13:13:50 +08:00
|
|
|
- all three layers wrap at one width: true
|
2026-07-31 11:53:04 +08:00
|
|
|
- textarea scroll offset: 0px
|
|
|
|
|
- glyph layer tracks it: true
|
|
|
|
|
- first draft line is on screen: true
|
|
|
|
|
- last draft line is on screen: false
|
|
|
|
|
|
|
|
|
|
## Scrolled to the end of the draft
|
|
|
|
|
|
|
|
|
|
- textarea moved: true
|
|
|
|
|
- glyph layer tracks it: true
|
|
|
|
|
- first draft line has scrolled out above: true
|
|
|
|
|
- last draft line is on screen: true
|
2026-07-31 12:12:54 +08:00
|
|
|
|
|
|
|
|
## Draft ending in a newline, scrolled to the end
|
|
|
|
|
|
|
|
|
|
- both layers share one scroll extent: true
|
|
|
|
|
- glyph layer tracks the caret: true
|
|
|
|
|
- last draft line is on screen: true
|