Closed
Bug 1095279
Opened 10 years ago
Closed 10 years ago
Keyboard app to follow text selection pattern
Categories
(Firefox OS Graveyard :: Gaia::Keyboard, defect)
Firefox OS Graveyard
Gaia::Keyboard
Tracking
(feature-b2g:2.2+, tracking-b2g:backlog)
RESOLVED
FIXED
2.2 S1 (5dec)
People
(Reporter: howie, Assigned: timdream)
References
Details
Attachments
(2 files)
* Input fields (input areas, input dialogs and search fields) are the only Building Blocks with selectable text.
* HTML elements like buttons or links, or events like ontouchstart or onclick, should trigger the action when tapped rather than triggering text selection.
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);
Assignee | ||
Comment 1•10 years ago
|
||
Take it. Should be a one liner.
Assignee: nobody → timdream
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
blocking-b2g: --- → backlog
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8525835 [details]
mozilla-b2g:master PR#26318
This is the only rules needed for Keyboard Settings page.
Attachment #8525835 -
Flags: review?(rlu)
Comment 5•10 years ago
|
||
Comment on attachment 8525835 [details]
mozilla-b2g:master PR#26318
r=me, thanks.
I found an issue that when you long press on the bottom blank part of the keyboard settings page, it would still pop up 2 caret handlers in front of the Word suggestion item.
But I would suppose this is a platform issue?
Attachment #8525835 -
Flags: review?(rlu) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
QA Whiteboard: [COM=Gaia::Keyboard]
Reporter | ||
Updated•10 years ago
|
Target Milestone: --- → 2.2 S1 (5dec)
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•