View Issue Details

IDProjectCategoryView StatusLast Update
0012345MMANavigationpublic2014-11-12 14:44
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version1.1.0 
Target Version1.1.0 
Summary0012345: Scrollbar appears even when not needed (regression)
DescriptionIn MMA 1.1.0 the scrollbar appears in various views even when there's nothing to scroll.

As an example in a playlist with 5 tracks, the scrollbar will appear, however, the issue spans all views as far as I can tell.
TagsNo tags attached.
Attached Files
scrollbar-listview.png (96,374 bytes)   
scrollbar-listview.png (96,374 bytes)   
scrollbar-gridview.png (103,709 bytes)   
scrollbar-gridview.png (103,709 bytes)   
Fixed in build

Activities

marek

2014-11-12 12:24

developer   ~0040972

As I wrote before in 0009887, I have changed the scrollbar to "always visible" style. This way we are able to avoid conflicts in UI of scrollbar and other UI components in list items (checkboxes).

Android doesn't change the layout in case there are not so many items. You can see this design pattern in Google play (screenshots attached).