View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009887 | MMA | Navigation | public | 2012-10-25 19:15 | 2022-03-12 18:47 |
Reporter | rusty | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.0.1 | ||||
Target Version | 1.0.2 | Fixed in Version | 1.1.0 | ||
Summary | 0009887: Fast Scroll bar conflicts with selection checkboxes | ||||
Description | In 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 | ||||
Tags | No tags attached. | ||||
Fixed in build | 322 | ||||
|
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. |
|
Fixed in build 322. Always visible scrollbars were implemented |
|
Not an issue in 960 |