Open
Bug 1100214
Opened 11 years ago
Updated 5 years ago
[Text Selection] Selection Word by long tap sets incorrect range if range has non-bmp character such as emoji
Categories
(Core :: DOM: Selection, defect, P5)
Tracking
()
NEW
People
(Reporter: m_kato, Unassigned)
Details
Since nsSampleWordBreaker doesn't support surrogate pair, selection word doesn't set correct range.
- Step
1. Input emoji by copy & paste
2. Input abc on any textbox. Now textbox is "<emoji>abc" (<emoji> is emoji character)
3. Long tap for selection bubble.
4. Cut & paste
- Result
Emoji cannot copy and paste.
- Expected Result
Emoji can copy and paste.
Comment 1•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority and severity.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•