Tap touch on selected text does not open context menu
Reported by
vineetha...@etouch.net,
Jul 6
|
|||||||
Issue descriptionChrome Version: 69.0.3483.0 Revision 68bf9707c1026959630e89e90235cfcf0440c08c-refs/branch-heads/3483@{#1}(32/64 bit) OS: Windows 10 touch device What steps will reproduce the problem? (1) Launch Chrome , navigate to chrome://settings/ and enter text in 'Search settings' box. (2) Tap touch near the written text such that single selection pin appears. (3) Now tap touch and choose the 'Select all' option from the context menu. (4) Again tap touch on the selected text and observe. Actual : Tap touch on selected text does not open context menu. Expected: Tap touch on selected text should open context menu with options ('Cut', 'Copy', 'Paste','Inspect' ...). This is a non-regression issue, seen from M61. Note: 1. The above functionality works fine when tap touch is performed on selected text in omnibox or Find in box. 2. Above issue is touch specific and not seen using mouse click. 3. This is windows 10 touch device specific issue and not seen on other OS.
,
Jul 6
Adding bsep@ to see if this will be affected by any of their recent changes/investigations
,
Aug 2
newcomer@, can you triage?
,
Aug 2
Is this for all selected text in chrome or just for chrome settings?
,
Aug 3
Giving this to dpapad@/Markchang@ who are the chrome settings TL/PM. I believe the settings page is written in JS (dpapad@ will know better), so I don't think this is a bug with chrome textfields[1]. Further, this doesn't repro in the launcher textfield (which uses [1]). [1] https://cs.chromium.org/chromium/src/ui/views/controls/textfield/textfield.h?q=textfield.h&sq=package:chromium&dr=CSs&l=5
,
Aug 3
@Scott: Can you take a look? Is this WebUI specific or does it happen with any HTML <input> ? The same toolbar UI element is used across multiple WebUI pages, so this is not specific to Settings (changing components).
,
Aug 6
I can actually reproduce this on CrOS touch devices as well. This happens on native <inputs> as well, so I think this is a blink behavior. Note: this only happens if you use "select all" once to select all the text. It does not happen if you manually scrub through the whole text. Not sure who to assign it to.
,
Aug 17
This looks like an issue of "touch selection" feature. A wild guess is that we hide selection handle on showing the context menu, and we miss to re-show selection handle after closing the context menu? Assign mohsen@, who is the owner of ui/touch_selection/. |
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by rbasuvula@chromium.org
, Jul 6