You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking on "Custom Effects" array item doesn't show (or show very briefly) dropdown menu for RichTextEffect.
Possibly this bug affects other dropdown menus for arrays, but didn't tested it yet.
out.mp4
Steps to reproduce
Add RichTextLabel
Change "Custom Effects" size to 1 (or more)
Click on [empty] dropdown menu
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
I couldn't find the function that works when I click dropdown. I messed around with:
-ArrayPropertyEdit
-EditorPropertyArrayObject
-EditorPropertyArray
I think that this issue relates to #49817 which refers to #45879. The method get_effects of RichTextLabel returns a copy of the custom effects array (see below). This means that the editor determines that this value changes continuously, which can also be seen be the 'undo' symbol that is shown immediately and when clicked does not seem to do anything (see screenshot).
Godot version
v4.0.dev.custom_build [203cc6dd3]
System information
Windows 10, 1080 Ti
Issue description
Clicking on "Custom Effects" array item doesn't show (or show very briefly) dropdown menu for RichTextEffect.
Possibly this bug affects other dropdown menus for arrays, but didn't tested it yet.
out.mp4
Steps to reproduce
[empty]
dropdown menuMinimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: