After a longpress in an input or textarea, Firefox Android selects the previous word even when there's a space
Categories
(Core :: DOM: Selection, defect, P1)
Tracking
()
People
(Reporter: karlcow, Assigned: m_kato)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webcompat] [geckoview:m1909])
Attachments
(1 file)
![]() |
Reporter | |
Updated•8 years ago
|
Assignee | ||
Comment 1•7 years ago
|
||
I don't like current longtap behavior, and I think that Chrome's way is better. Although this issue is accessibility caret, I take this.
Comment 2•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Comment 3•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Comment 4•6 years ago
|
||
A similar bug was reported in the Fenix issue tracker: https://github.com/mozilla-mobile/fenix/issues/2860
Comment 5•6 years ago
|
||
Adding [geckoview:fenix:m8]
whiteboard tag because Makoto says he will work on this bug in Q3.
Comment 6•6 years ago
|
||
Moving to the GeckoView Bugzilla component.
Comment 7•6 years ago
|
||
dbolter said he'd like to see this bug fixed in Q3.
Comment 8•6 years ago
|
||
Adding this bug to GV's September sprint.
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Actually, Gecko's long tap implementation will select a word string near tapped area even if tapped area isn't text. But even if it is white space only, not word, we select white space.
Since Blink doesn't select it and user reports this issue via web compat, I would not like to select white space only text if tapped area isn't text.
If tapped point is on white space text, it keeps original behaviour that selects white space.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 11•6 years ago
|
||
In general, I think this is a good improvement because people like to long tap to show the context menu all the time. An alternative way to force show the context menu is:
- Single tap at the empty area, and the blue caret should show at where the blinking cursor is.
- Tap on the blue caret, the context menu will show.
This also works on Google Chrome.
Comment 13•6 years ago
|
||
![]() |
||
Comment 14•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Description
•