Closed finaris-cs closed 7 months ago
It's a regression from:
Specifically the duplicate focusEditor
call done here with a delay:
https://github.com/vaadin/web-components/blob/761d2e47235001fbcb6ed3dafe6a4ea47b4d794e/packages/grid-pro/src/vaadin-grid-pro-edit-column-mixin.js#L270-L271
Description
I have a grid pro, with an editable column containing text. When the user starts entering a text, e.g. 'myText', the following happens:
I am not sure when this was introduced, but I am pretty sure that the behaviour was as my expected outcome in the past.
Expected outcome
Do not select all content when the editor is activated by a key that already changed the input.
Minimal reproducible example
Steps to reproduce
Use the code above and edit a value in the value column as described in my bug description above.
Environment
Vaadin version(s): 24.3.3 and above OS:
Browsers
Issue is not browser related