How to "select all" text in Grid cell on Edit?

I am experimenting with version 7.6.0.alpha2.


I am using:

Grid.setEditorEnabled(true)
Grid.setEditorBuffered(false);

I am navigating the grid using the arrow keys and editing the grid using the key.

When I edit a cell the default behavior is to place the cursor in the cell without “select all” on the cell’s content (see the attachment called “incorrect.PNG”).

Is there a way (perhaps using shortcut keys) for me to get a “select all” effect on text upon editing a cell (see attachment called “correct.PNG”)?

Thanks
21010.png
21011.png

This ticket is old but it goes further to describe what I am aiming for:


https://dev.vaadin.com/ticket/6240