Confirmed users
450
edits
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
</blockquote> | </blockquote> | ||
<b>Text Overflow</b> | |||
We should also consider cases where text flows off the edge of a field, and how to get back to that to make changes. Android's native form fields handle this in two ways, as shown in this mockup: http://cl.ly/3y3u123U410L1L0u2W1n | We should also consider cases where text flows off the edge of a field, and how to get back to that to make changes. Android's native form fields handle this in two ways, as shown in this mockup: http://cl.ly/3y3u123U410L1L0u2W1n | ||
Line 33: | Line 34: | ||
1. Pressing and holding to activate a cursor, and then dragging that cursor to the edge of the field to scroll text. | 1. Pressing and holding to activate a cursor, and then dragging that cursor to the edge of the field to scroll text. | ||
2. Dragging the text back and forth through the field, and then long pressing to insert a cursor. | 2. Dragging the text back and forth through the field, and then long pressing to insert a cursor. | ||
|Feature qa review=* [[Fennec/Features/androidcopypaste/TestPlan|QA Test Plan]] | |Feature qa review=* [[Fennec/Features/androidcopypaste/TestPlan|QA Test Plan]] | ||
|Feature implementation notes=Finkle has a restartless add-on that is being used to prototype the selection handle behavior and technical implementation. | |Feature implementation notes=Finkle has a restartless add-on that is being used to prototype the selection handle behavior and technical implementation. |