- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface
- Assigned To No-one
- Operating System Gigabeat F/X
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#10435 - page up/down doesn't work properly if title is displayed.
In gigabeat f/x, you can scroll page up/down by pressing A+ UP/DOWN in list such as browser or playlist viewer.
but scrolling page up/down skips extra one line.
for example, open playlist by “Context Menu” → “Playlist” → “Ceiw “.
items from 1 to 19 will be displayed and 1st item will be pointed.
then, press A+DOWN and 21st item will be pointed.
imo, 20th item should be pointed.
if you simply press A+DOWN again, 23rd item won’t be shown.
the number would differ depending on lcd height and font.
this is because title is not taken account of when calcurating how many lines to skip.
here is a patch for this bug.
Closed by teru
2009-08-01 15:00
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2009-08-01 15:00
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Committed in r22082.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
In my opinion, after page down the 19th item will be highlighted, rather than the 20th. Maybe that's just my preference?
Committed in r22082.
If i understand your comment correctly, attached patch would do what you want.
Maybe there can be a settings "overlap when page up/down"?
Anyway, i think it is nothing to do with the bug.