Exported PackedStringArray
loses focus after each character is typed
#78712
Labels
PackedStringArray
loses focus after each character is typed
#78712
Godot version
4.1.beta3.mono [ada712e]
System information
Godot v4.1.beta3.mono - Manjaro Linux #1 SMP PREEMPT_DYNAMIC Sun Jun 4 12:31:46 UTC 2023 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1070 (nvidia; 530.41.03) - AMD Athlon(tm) X4 880K Quad Core Processor (4 Threads)
Issue description
For any script (GDScript and C# tested) that is exporting a
PackedStringArray
, the inspector behaves strangely. When adding an element in the editor, theLineEdit
loses focus after each character is typed. So between typing each character I have to click on the element again.For example, after typing the "a", the element lost focus and my further typing goes nowhere.
Steps to reproduce
Create a script that exports a
PackedStringArray
Try to add an element with more than one character.
Minimal reproduction project
Can be recreated very quickly. Any script exporting a
PackedStringArray
(GDScript and C# tested).Minimal example project can be found here: https://github.com/QueenOfSquiggles/PackedStringArray-Bug-Example
The text was updated successfully, but these errors were encountered: