icat kitten: When catting multiple images display the images in input order

Fixes #9413
This commit is contained in:
Kovid Goyal
2026-01-24 14:16:54 +05:30
parent 19d632f3fc
commit be0dd00606
4 changed files with 39 additions and 4 deletions

View File

@@ -261,6 +261,13 @@ class TestMouse(BaseTest):
scroll(x=2.6, up=False)
self.ae(sel(), '3')
release()
# fractional scrolling
init()
s.fractional_scroll(-0.5)
press()
move(x=3.6, q='1234')
release(x=3.6)
self.ae(sel(), '1234')
# extending selections
init()