[jitter] Bug report: jit.cellblock jumps to lowest visible row when navigating with arrows
Mattijs Kneppers
mattijs at smadsteck.nl
Fri Jul 6 05:38:06 MDT 2007
- Previous message: [jitter] Re: big display 1bits "interface", controlled by jitter
- Next message: [jitter] Bug report: jit.cellblock jumps to lowest visible row when navigating with arrows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, If I send cellblock a message to select a cell that is not in the current visible area, cellblock doesn't automatically scroll to that location to make the selected cell visible. The bug though is that after selecting a row in a non visible area, then focussing on cellblock and navigating with the arrow keys, the selection jumps back to the lowest visible row. Below is a patch with steps to reproduce: #P window setfont "Sans Serif" 9.; #P window linecount 3; #P comment 208 159 134 196617 3) press arrow down. the selection will jump back to the lowest visible row; #P window linecount 2; #P comment 208 119 134 196617 2) click the scrollbar once to set key focus on cellblock; #P window linecount 1; #P message 82 91 61 196617 select 0 10; #P user jit.cellblock 82 116 188 234 3 9 2 10 45 17 0 1 1 1 0 0 1 0 1 0 0 0 255 255 255 0 0 0 0 0 0 191 191 191 0 0 0 215 215 240 1 1 1 0 4 0 0 0; #X set 0 0 1; #X set 0 1 2; #X set 0 2 3; #X set 0 3 4; #X set 0 4 5; #X set 0 5 6; #X set 0 6 7; #X set 0 7 8; #X set 0 8 9; #X set 0 9 10; #P comment 208 91 100 196617 1) select row no 10; #P connect 2 0 1 0; #P window clipboard copycount 5; Mac OS 10.4.10, Max 4.6.3, jitter 1.6.3 Regards, Mattijs -- SmadSteck - http://www.smadsteck.nl Hard- and software for interactive audiovisual sampling
- Previous message: [jitter] Re: big display 1bits "interface", controlled by jitter
- Next message: [jitter] Bug report: jit.cellblock jumps to lowest visible row when navigating with arrows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
