josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
816 stars 108 forks source link

In text mode, allow to use double click to select "word" under cursor #370

Closed edi9999 closed 6 months ago

edi9999 commented 6 months ago

When I double click on a word, it won't select the whole word under the cursor.

See the following GIFS :

svelte-jsoneditor :

Peek 2023-12-14 23-33

Standard textarea :

Peek 2023-12-14 23-34

Can this be supported ?

edi9999 commented 6 months ago

In both the recordings I simply double click on a word.

edi9999 commented 6 months ago

I'm sorry, wrongfully created this issue, the cursor in first screenrecording was using "touch like" behavior (like on phones), in that case double click should not select any text.

So this issue is non-existent.