7BIndustries / Semblage

Semblage is an open source CAD GUI backed by a programmatic CAD API named CadQuery.
https://semblage.7bindustries.com/en/latest/
GNU Lesser General Public License v2.1
48 stars 3 forks source link

Auto-Exapnding Text Fields Lose Focus After Expanding #48

Closed jmwright closed 3 years ago

jmwright commented 3 years ago

This was noticed while doing the Bearing Block tutorial, Base Block section, Step 2 - Creating a 2D Sketch on the Workplane.

Steps to Reproduce

  1. Select the Rectangle (rect) control from within the 2D Operations group.
  2. Begin typing letters in the Width text box.
  3. Notice that once the text box starts auto-expanding to the text it loses focus.

These fields are the custom NumberEdit control class, so maybe there is a bug with the validation of that control that needs to be looked into. It should also be verified that it is not a bug in the base Godot controls.