Insert menu now auto-selects "CFrameValue" over "Frame"

Reproduction Steps

1. Open a new baseplate
2. Open the insert menu via CTRL + I
3. Type “fra”
4. Studio will auto-select the “CFrameValue” instance instead of frame


Expected Behavior

Insert menu should auto select “Frame” since it is a shorter match, and at the top of the menu anyways.

Actual Behavior

“CFrameValue” gets autoselected instead. This has been happening since the changes to CFrameValue have been released.

Workaround

Type “Frame” out to get a literal match. This is inconvenient especially when building a UI quickly, you end up with having to backtrack with more incorrect instances than necessary.

Issue Area: Studio
Issue Type: Display
Impact: Moderate
Frequency: Constantly
Date First Experienced: 2022-11-04 00:11:00 (-07:00)

2 Likes

This is also happening with other instances. A usability bug like this is so small yet it has such an impact on speed on development. I honestly hope this is not overlooked and improved soon because it is very detrimental.

I type “imag”. You would expect “ImageLabel” to be selected, it is NOT! Why is it selecting ImageHandleAdornment?

It’s happening on basically any UI instance I want to insert.

image

1 Like

Thanks for reporting this. I filed a ticket to our internal database.

2 Likes

Hi, this issue has been fixed. The first match in the insert menu will now always be selected. Thanks again for the report!

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.