microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

[Bug]: Double clicking to inline edit does not automatically select the text #3

Open janechu opened 3 years ago

janechu commented 3 years ago

What happened?

When double clicking text the textarea appears and the cursor is placed at the end of the content. Typically for inline editing tools all text is selected to give the user an opportunity to start typing to completely overwrite the current text. The inline text editing should follow the same UX pattern.

This change should affect the <html-render-layer-inline-edit> component.

What package(s) are causing the problem?

@microsoft/fast-tooling

What browsers are you seeing the problem on?

No response

Relevant log output

No response