[Touch-packages] [Bug 1457468] Re: Text selection is partially broken when textarea is partially out of view

2015-05-27 Thread Andrea Bernabei
Just tested on Android as well. Moto G, Android 5.0.2 Lollipop What I tested: - CONTACTS app: same as the iOS test IT WORKS ON ANDROID, THE LISTVIEW SCROLLS AUTOMATICALLY - CALENDAR app: same as the iOS test IT WORKS ON ANDROID, THE LISTVIEW SCROLLS AUTOMATICALLY So, Android handles

[Touch-packages] [Bug 1457468] Re: Text selection is partially broken when textarea is partially out of view

2015-05-27 Thread Andrea Bernabei
Just adding a few notes here: I tested it on iOS 8.2, iPhone6, and it doesn't seem to handle this case. What I tested: - CONTACTS app: go inside the editing view of a contact and write stuff in the Notes field until the textarea is bigger than the visible view, then try selecting text from

[Touch-packages] [Bug 1457468] Re: Text selection is partially broken when textarea is partially out of view

2015-05-26 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Andrea Bernabei (faenil) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1457468 Title:

[Touch-packages] [Bug 1457468] Re: Text selection is partially broken when textarea is partially out of view

2015-05-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Touch-packages] [Bug 1457468] Re: Text selection is partially broken when textarea is partially out of view

2015-05-21 Thread Andrea Bernabei
My proposal is: We need a way to make sure that the dragging cursor is always *on screen*. What we can do is: 1) scroll the inner textarea flickable; 2) while (!cursorIsOnScreen) { go up in the hierarchy and look for another flickable and scroll that as much as possible to try bring the cursor