- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#8427 - Empty screen in filebrowser
It sometimes happens when you leave a directory in the filebrowser or Database browser that the items in the current directory are not visible and only appear after some scrolling.
Reproduction:
Enable “Paged Scrolling” and then enter a directory with multiple pages of items (should propably be more than in the parent folder) and highlight the last item. Then press LEFT to return to the previous directory.
This was propably caused by the changes in r15947 (i was not able to reproduce this with r15946).
Still happens with r16018 (H300 uisimulator).
Closed by jdgordon
2008-01-08 08:12
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
2008-01-08 08:12
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
thanks
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
I was able to reproduce this with the sansa e200 with r15996 and r16019 (on simulator)
Okay, I’m pretty sure it’s a problem in centering the list–for paged scrolling, it assumed that the selected item is one page away from start_item (the item at the top of the current viewed page), and when changing directories the selected item is changed but not the starting item. Thus, problems come up for differences greater than the number of lines on a page ;]
I have a patch that fixed it for me in the simulator, but I used integer divides =/ not sure how efficient it is on these platforms, it was just a quick-fix…