View Issue Details

IDProjectCategoryView StatusLast Update
0000750Database Workbench v4Generalpublic2014-01-27 13:09
ReporterMichelV Assigned ToMartijn Tonies  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformWindowsOSWindows 7 Professional 
Product Version4.4.1 
Fixed in Version4.4.4 
Summary0000750: Navigating a locally sorted grid with next/previous/home/end buttons doesn't use sorting order
DescriptionCTRL+HOME normally takes you to the first record in the result grid, whereas CTRL+END takes you to the last one.

This works properly, as long as you don't sort the resultset locally (by clicking on a column header). However, if you do sort it that way, the CTRL+HOME still takes you to the first record fetched (instead of the one who is now in first place because of the local sorting).

Same for CTRL+END.
Steps To Reproduce1. Execute a select statement in the "Single SQL" screen
2. Select a record in the result grid, make sure you're not in edit mode
3. Press CTRL+END, and notice the grid going to the last row (remember the row)
4. Press CTRL+HOME, and notice the grid going to the first row (remember the row)
5. Now sort the grid, by clicking on a column header
6. Press CTRL+END, and notice the grid is NOT going to the last row (but notice that it selects the same row as before)
7. Press CTRL+HOME, and notice the grid is NOT going to the first row (but notice that it selects the same row as before)
TagsNo tags attached.
DBMS & Version

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-10-29 09:28 MichelV New Issue
2013-10-29 20:06 Martijn Tonies Status new => acknowledged
2013-12-18 11:23 Martijn Tonies Summary CTRL+HOME and CTRL+END do not work correctly on (locally) sorted result grid => Navigating a locally sorted grid with next/previous/home/end buttons doesn't use sorting order
2013-12-18 11:23 Martijn Tonies Assigned To => Martijn Tonies
2013-12-18 11:23 Martijn Tonies Status acknowledged => assigned
2013-12-18 11:37 Martijn Tonies Status assigned => resolved
2013-12-18 11:37 Martijn Tonies Fixed in Version => 4.4.4
2013-12-18 11:37 Martijn Tonies Resolution open => fixed
2014-01-27 13:09 Martijn Tonies Status resolved => closed