Bug #2191
Search, Ctrl+Home, Ctrl+End require selected line in grid
| Status: | Closed | Start date: | 08/10/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | GUI | |||
| Target version: | Next Major Public Release 1.xxx | Estimated time: | 0.50 hour | |
| Revision: | 12210 | Resolution: |
Description
Unlike version 9.579, in Nightly, one must select a line in the grid immediately before performing any of these three commands. Even if there is a line highlighted in the grid, if it has been used since the line was selected, a line in the grid must be clicked before Search (Ctrl+F in English), Move to top (Ctrl+Home), or Move to bottom (Ctrl+End).
History
Updated by drbits almost 2 years ago
Currently, the search always begins with the top line of the grid, not the selected line.
Updated by drbits over 1 year ago
- Target version set to Next Major Public Release 1.xxx
Updated by scar over 1 year ago
- Status changed from New to Assigned
- Assignee set to scar
- Estimated time set to 0.50
Updated by scar over 1 year ago
call requestFocusInWindow in DownloadView.onShow().
override requestFocusInWindow in DownloadLinksPanel and call requestFocusInWindow from internalTable (DownloadTable)
Updated by scar over 1 year ago
- Status changed from Assigned to Solved
Updated by scar over 1 year ago
- Status changed from Solved to Closed