reword a manual test

This fork luaML has no menu bar, but I should remember to preserve that
bit in the driver fork which does.
This commit is contained in:
Kartik K. Agaram 2023-10-25 09:18:48 -07:00
parent 98111686c2
commit 82f60eec4c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Panning (test these at multiple zoom levels):
* When a node has cursor in viewport, arrow keys move the cursor within the node, keeping cursor visible, panning surface if scrolling is needed
* Pageup/pagedown scroll a whole viewport height at a time if possible, but keep cursor visible if not possible.
* When a node has cursor, pageup/pagedown pan surface around
* Position a node with some area above viewport. Position cursor at topmost row on screen. Hit up arrow. Surface pans. Cursor doesn't hide behind menu bar.
* Position a node with some of its area above (outside) viewport. Position cursor at topmost row on screen. Hit up arrow. Surface pans.
* Increase/decrease zoom, pan around using cursor inside node. The box for the editor surrounds the entire editor.
* Increase/decrease zoom, pan around using cursor outside node. The box for the editor surrounds the entire editor. (not perfect yet)