Closed
Bug 1114409
Opened 10 years ago
Closed 10 years ago
[Text Selection] Check SelectionCarets behavior driven by APZ in the parent process
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: TYLin, Unassigned)
References
Details
After APZ is enabled on parent process on B2G, we should test SelectionCarets's SelectWord and Scroll begin/end behavior, and eliminated LongTapDetector and ScrollEndDetector if needed.
Reporter | ||
Updated•10 years ago
|
Blocks: CopyPasteLegacy
Updated•10 years ago
|
Priority: -- → P3
Reporter | ||
Comment 1•10 years ago
|
||
SelectionCarets does not receive NS_MOUSE_MOZLONGTAP after APZ was enabled on parent process. For example, if we long tap on rocket bar, no word will be selected.
Comment 2•10 years ago
|
||
(In reply to Ting-Yu Lin [:TYLin] (UTC+8) from comment #1)
> SelectionCarets does not receive NS_MOUSE_MOZLONGTAP after APZ was enabled
> on parent process. For example, if we long tap on rocket bar, no word will
> be selected.
You're right, APZ support for long taps is not implemented yet in the parent process. It will be implemented in bug 1127066.
Depends on: 1127066
Comment 3•10 years ago
|
||
Now that bug 1127066 is landed on master please check to make sure all the text selection stuff is working as expected. At the moment we have no remaining known issues with respect to text selection so if you find anything please let us know. Thanks!
Flags: needinfo?(tlin)
Reporter | ||
Comment 4•10 years ago
|
||
We've tested long pressing to select a word, and hide/show carets at APZ scroll start/end on b2g parent process. It's great both features work as expected. Thanks!
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(tlin)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•