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

SystemFont "Font Names" Editor UI deselects input box every keypress to search through fonts #93932

Closed
Jimmio92 opened this issue Jul 4, 2024 · 1 comment · Fixed by #93968

Comments

@Jimmio92
Copy link

Jimmio92 commented Jul 4, 2024

Tested versions

4.3.beta2

System information

Win 10

Issue description

Every character I enter into an array element in the Font Names property of SystemFont accepts the character, then deselects the box during what I suppose is a search for that font. This is fine behavior if you're pasting the name of a font, I suppose, but if you're typing it, it's a bit of a nightmare

Steps to reproduce

using the MRP, open the project, open the theme in editor, expand a SystemFont override, expand Font Names, attempt to type "Source Code Pro" into said box or any other font name.

Minimal reproduction project (MRP)

systemfont-mrp.zip

@Calinou
Copy link
Member

Calinou commented Jul 4, 2024

This is likely because _notify_property_list_changed() is called every time the property changes, which causes an inspector rebuild and therefore the LineEdit losing focus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants