-
Notifications
You must be signed in to change notification settings - Fork 563
Auto highlight text input on web #1705
Copy link
Copy link
Closed
Labels
UIWebThe emscripten based web version of SolveSpaceThe emscripten based web version of SolveSpacegood first issue
Description
In desktop version clicking a line and pressing "d" to add a dimension will bring up an input box to enter a number. Also double clicking an existing dimension brings up the same edit box. In both cases the desktop version highlights the default/existing value in the input box. The web version does not highlight the text, so you first need to delete whats there before typing something new. This is a pretty major annoyance when coming from the desktop version ;-)
We need to add code in guihtml.cpp to select the text in the edit box when we give it focus.
Reactions are currently unavailable
Metadata
Metadata
Labels
UIWebThe emscripten based web version of SolveSpaceThe emscripten based web version of SolveSpacegood first issue