google-code-export / prssr

Automatically exported from code.google.com/p/prssr
GNU General Public License v2.0
1 stars 0 forks source link

Selection impossible during touch-scrolling #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Turn on touch gestures
2. Open the Feed View and try to select multiple items OR
3. Open an item and try to select text in the article

What is the expected output? What do you see instead?
Not sure how to design this, but we need a relatively easy way of doing
selection without navigating all the way back to the top, opening the menu,
and drilling down to the Touch option.  Maybe a context menu item?  I think
that's how Opera does it -- there's just a check-box in the base context
menu for "Selection Mode".  This could replace the existing option-dialog
checkbox.

Original issue reported on code.google.com by james.bromwell on 16 Nov 2008 at 6:53

GoogleCodeExporter commented 9 years ago
There is another possibility: how the resco explorer does it. Moving down, it 
scrolls
moving down and to the right it scrolls + selects the items. But this way you 
would
be able to select only items show on the screen unless some additional scrolling
would be done (like detect that I'm out of the view and I started the 
selecttion, I'm
still touching the screen, so scroll + select)...

Original comment by and...@gmail.com on 16 Nov 2008 at 9:22