BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
816 stars 232 forks source link

Selecting text in inputs with Cmd+A does not work #324

Closed connorlanigan closed 2 years ago

connorlanigan commented 2 years ago

Hi! When editing a text field in the editor, I tried to select all the text by pressing Cmd+A. I expected this to select all the text in the field, but instead nothing happens.

Steps to reproduce:

  1. Create a new project with the "Empty" template (other probably work too)
  2. In the Inspector, the "Scene" tab is visible. In the section "Image processing", click inside the input field labeled "Exposure" to move the focus there.
  3. Press Cmd+A on the keyboard.
  4. Expected result: the content of the input field ("1") is selected. Actual result: nothing happens

This happens in v4.0.4 (currently the newest version) on macOS 10.15.7.

julien-moreau commented 2 years ago

Hi @connorlanigan ! I reproduced and I'm fixing right now :)