marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Shift-TAB functionality breaks when focused point moves offscreen #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If point k in a given dataset currently has the focus, then pressing Shift-TAB 
is supposed to move 
the focus to point k-1 in that dataset.  This functionality currently works, as 
long as point k-1 is 
on-screen when Shift-TAB is pressed.  If k-1 is off-screen, the focus indicator 
just disappears 
(because the newly-focused point is now off-screen, and so it doesn't get 
drawn).

The desired behavior is for the screen should scroll left until the newly 
focused point k-1 is in view 
again.

Note: Using the analogous TAB key to move the focused point from k to k+1 (i.e. 
move the focused 
point to the right) works correctly.

Original issue reported on code.google.com by chadtaka...@gmail.com on 22 Jul 2008 at 5:07

GoogleCodeExporter commented 8 years ago
Resolved in r244 (see commit comments for details).

Original comment by chadtaka...@gmail.com on 28 Jul 2008 at 6:04