Fennec/Features/androidcopypaste: Difference between revisions
m (→Test Plans) |
(landed) |
||
Line 8: | Line 8: | ||
<section begin="status" /> | <section begin="status" /> | ||
| [[Fennec/Features/androidcopypaste|Android-style text selection handles]] | | [[Fennec/Features/androidcopypaste|Android-style text selection handles]] | ||
| {{StatusHealthy|status= | | {{StatusHealthy|status=Basic functionality landed; some followup bugs filed}} | ||
| 2011-07-01 | | 2011-07-01 | ||
| Owner Name | | Owner Name | ||
Line 29: | Line 29: | ||
*'''Security''': | *'''Security''': | ||
*Etc. | *Etc. | ||
== Release Requirements == | == Release Requirements == | ||
Line 47: | Line 45: | ||
* {{bug|652168}} - Add cursor positioning thumb controls to edit boxes | * {{bug|652168}} - Add cursor positioning thumb controls to edit boxes | ||
* {{bug|661388}} - Support selecting text in web content | * <s>{{bug|661388}}</s> (FIXED) - Support selecting text in web content | ||
* {{bug|659022}} - Implement copy from content | * <s>{{bug|659022}}</s> (FIXED) - Implement copy from content | ||
== Designs == | == Designs == |
Revision as of 18:48, 27 June 2011
Feature | Status | ETA | Owner |
Android-style text selection handles | Basic functionality landed; some followup bugs filed | 2011-07-01 | Owner Name |
Summary
Implement Gingerbread-style text selection and cursor positioning handles
Team
Who's working on this?
- Feature Manager: tbd?
- Lead Developer: MFinkle
- Product Manager:
- QA: AaronMT
- UX: Madhava, Ian
- Security:
- Etc.
Release Requirements
Next Steps
Finkle has a restartless add-on that is being used to prototype the selection handle behavior and technical implementation.
Open Issues
Related Bugs & Dependencies
- bug 652168 - Add cursor positioning thumb controls to edit boxes
bug 661388(FIXED) - Support selecting text in web contentbug 659022(FIXED) - Implement copy from content
Designs
If we could use the native method, we'd do so, so, instead, we have to mimic it, much as we do with the Android Menu.
This page here has a description of the behavior: http://developer.android.com/sdk/android-2.3-highlights.html
One-touch word selection and copy/paste
When entering text or viewing a web page, the user can quickly select a word by press-hold, then copy to the clipboard and paste. Pressing on a word enters a free-selection mode — the user can adjust the selection area as needed by dragging a set of bounding arrows to new positions, then copy the bounded area by pressing anywhere in the selection area.
![]()
For text entry, the user can slide-press to enter a cursor mode, then reposition the cursor easily and accurately by dragging the cursor arrow. With both the selection and cursor modes, no use of a trackball is needed.
![]()
Ian will be creating the necessary visual assets.
Use Cases
Test Plans
Goals
Non-Goals
Other Documentation
Can include things like:
- Competitive landscape
- Research & references
- Whatever else is useful to the project.
Legend (remove if you like)
Healthy: feature is progressing as expected. | |
Blocked: feature is currently blocked. | |
At Risk: feature is at risk of missing its targeted release. | |
ETA | Estimated date for completion of the current feature task. Overall ETA for the feature is the product release date. |