Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing field while editing string on exported dictionary in inspector doesn't stay focused. #78807

Closed
averyraddeveloper opened this issue Jun 28, 2023 · 1 comment
Labels

Comments

@averyraddeveloper
Copy link

Godot version

v4.1.beta3.official [ada712e]

System information

Godot v4.1.beta3 - Windows 10.0.19045 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 31.0.15.3598) - AMD Ryzen 5 3600 6-Core Processor (12 Threads)

Issue description

For an exported dictionary, when adding a new key/value pair with a String, trying to type the string results in the field becoming unfocused after every character typed.
This happens when the string is the key or in the value.
This issue causes you to have to click into the typing field each time you enter a character.

Steps to reproduce

This can be recreated in a blank project by exported a blank dictionary and trying to edit it in the inspector.

extends Node2D

@export var blank_dictionary = {}

Minimal reproduction project

No need for example project.

@AThousandShips
Copy link
Member

AThousandShips commented Jun 28, 2023

Fixed for RC2, thank you for reporting

@AThousandShips AThousandShips closed this as not planned Won't fix, can't repro, duplicate, stale Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants