Feature #1111
Option "Enable scrollbar" in "Look and feel"
Status: | Fixed | Start date: | 08/13/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | User interface | |||
Target version: | 4.6 |
Description
When the folders list is quite big, I go on the right to scroll faster by controlling the scrollbar. But when reaching the bottom, if I press left I'm not on the last folder, or the folder near the scrollbar. I'm still on the first folder.
Associated revisions
skin: Make list scrollbar focusable
Also when moving the scrollbar, make sure focused item in list follows on
Fixes #1111
History
#1
Updated by Andreas Smas over 8 years ago
- Target version changed from 4.0 to 33
#2
Updated by Leonid Protasov over 7 years ago
- Subject changed from Folders list and scrollbar to Wrong scrollbar behaviour in lists
#3
Updated by Andreas Smas over 7 years ago
- Target version deleted (
33)
#4
Updated by Leonid Protasov about 7 years ago
- Tracker changed from Bug to Feature
- Subject changed from Wrong scrollbar behaviour in lists to Option "Enable scrollbar" in "Look and feel"
When you press left - ST should place focus on the first visible item in the list on the screen.
#5
Updated by Leonid Protasov about 7 years ago
- Target version set to 4.6
#6
Updated by Andreas Smas about 7 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset git|commit:2e8bb82c1345cbb609c3125e729d2e76df1bf571.
#7
Updated by Leonid Protasov about 7 years ago
When you paging down and then press left - the cursor is set on the first item from above. But when you paging up and press left - the cursor is set on the first item from the bottom. That is strange. It's better to always set the first item that is beside scrollbar or if that is not possible - just always set cursor on the first visible item from above in the list.