View Issue Details

IDProjectCategoryView StatusLast Update
0009887MMANavigationpublic2022-03-12 18:47
Reporterrusty Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.1 
Target Version1.0.2Fixed in Version1.1.0 
Summary0009887: Fast Scroll bar conflicts with selection checkboxes
DescriptionIn views that have selection checkboxes (pretty much any library list view, + sync list), selecting checkboxes conflicts with the fast scroll bar. i.e. if the list is long enough that the fast scroll bar is displayed, then attempting to select a checkbox activates the fast scrollbar instead of the checkbox, causing the list to shift position, and the checkbox to not be selected!

Possible solutions:
a) Get rid of the stylized version of the fast scroll bar, and instead use the 'skinny' one that included with Android by default

This has a couple of advantages:
 - the bar appears all the way on the right margin, so it doesn't overwrite the checkboxes
 - clicking the bar has no effect--the bar only works if the user grabs the handle

b) Shift the checkboxes to the left whenever the fast scrollbar appears
TagsNo tags attached.
Fixed in build322

Relationships

related to 0009678 closedrusty Playlist and NP list scrollbar conflicts with track handles 

Activities

marek

2012-10-26 23:33

developer   ~0032809

a) do you mean scrollbar without fast-scroll mode. I didn't found such scrollbar with fast scroll enabled. Which application use it, please ?

We can certainly adjust the style of scrollbar to be thinner.

b) Most of applications with fast scroll has a margin on the left side for the scrollbar (new Music app)

We cannot do any action on scrollbar appear/disappear event. We cannot handle such event. So if we move the components, it would be permanent.

marek

2014-09-25 09:33

developer   ~0040570

Fixed in build 322.

Always visible scrollbars were implemented

peke

2022-03-12 18:47

developer   ~0067258

Not an issue in 960