Closed
Bug 1092944
(gaia-copy-paste)
Opened 10 years ago
Closed 10 years ago
[meta] FxOS v2.2 Gaia per app work for text selection (Cut/Copy/Paste)
Categories
(Firefox OS Graveyard :: Gaia, defect, P4)
Tracking
(feature-b2g:2.2+)
People
(Reporter: howie, Assigned: howie)
References
Details
Attachments
(1 file)
(deleted),
application/pdf
|
Details |
This is the meta to track FxOS 2.2 Gaia per app's work on text selection (Cut/Copy/Paste).
The Gecko work will be done and what each app needs to do is to leverage the CSS -moz-user-select https://developer.mozilla.org/en-US/docs/Web/CSS/user-select and follow the UX design to make certain app elements non-selectable
Assignee | ||
Comment 1•10 years ago
|
||
The Gecko work is close to completion, the remaining part is to fix test case failures then pref it on in m-c bug 1092888. After the bug landed, text selection and cut/copy/paste can be triggered in apps on both editable and non-editable elements.
Gaia per app work in v2.2 is to follow UX guideline and leverage CSS -moz-user-select https://developer.mozilla.org/en-US/docs/Web/CSS/user-select to make certain elements non-selectable.
Before Gecko is pref on in m-c, Gaia can manually switch it on by the following two pref to test in advance:
pref("selectioncaret.enabled", on);
pref("selectioncaret.noneditable", on);
Updated•10 years ago
|
feature-b2g: --- → 2.2+
Updated•10 years ago
|
Alias: gaia-copy-paste
Updated•10 years ago
|
QA Whiteboard: [textselection]
QA Contact: slyu
Updated•10 years ago
|
QA Whiteboard: [textselection] → [2.2-feature-qa+][textselection]
Comment 2•10 years ago
|
||
Howie, can we find an owner for this meta bug? Maybe you or the engineering manager? Thanks.
Flags: needinfo?(hochang)
Assignee | ||
Comment 3•10 years ago
|
||
I'll put me as the owner for now, thanks.
Assignee: nobody → hochang
Flags: needinfo?(hochang)
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Target Milestone: --- → 2.2 S3 (9jan)
Updated•10 years ago
|
Priority: -- → P4
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
QA Whiteboard: [2.2-feature-qa+][textselection] → [2.2-feature-qa+][COM=Text Selection]
You need to log in
before you can comment on or make changes to this bug.
Description
•