Issue metadata
Sign in to add a comment
|
Regression : Unnecessarily Width value gets selected on clicking 'Resize' option in Files App Gallery |
||||||||||||||||||||
Issue descriptionChrome Version: 72.0.3626.15/11316.18.0 Kip,Daisy and Reks, OS: Chrome What steps will reproduce the problem? (1)Sign into User -> press 'Ctrl+F5(Overview Mode Button)' for screenshot -> go to Files App-> Right click for context menu and select 'Gallery' (2)Now gallery will be seen ->click on 'Edit' option -> Click on 'Resize' option and observe Width value gets selected (Please refer Video and Screenshot) Expected: Cursor should be available at 'Width' field Actual: Instead Width value gets selected This is Regression Issue as same is working fine on M-70 Note : Issue is also seen on M-71 and M-73
,
Dec 17
Sure, will try to reproduce now.
,
Dec 18
This regression is caused by changes to cr-input from https://bugs.chromium.org/p/chromium/issues/detail?id=882612 Assigning this to stevenjb@ for triage.
,
Dec 18
,
Dec 18
This looks WAI to me? i.e. the change referenced in comment #3 was a fix for unintended behavior.
,
Dec 19
No, the expected behavior is focus on the width field, i.e. a visible cursor, not selection of the entire value. The change that explicitly calls 'select()' is the cause of this issue as described (i.e. "Width value gets selected"). It should be possible to call focus() without the select() side-effect. I agree it's WAI if tabbing to the input field, but our implementation is calling focus() directly.
,
Dec 19
Updating status per Comment #6. |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by slangley@chromium.org
, Dec 16Status: Assigned (was: Untriaged)