Search Issue Tracker

By Design

Votes

3

Found in

4.3.4f1

Issue ID

596221

Regression

No

EditorGUILayout Popup control does not handle options arrays with duplicate entries

Editor - Other

-

To reproduce:
- Open attached "EditorGUILayout.unitypackage" and launch "test" scene
- In the top menu bar, go to "Test" and open the "popup Test" window
- Observe that no matter what index your are selecting on the window, only one "test" item is displayed in the drop down menu

User writes the following:

"The "Selected Index" is initialized to the middle of the list of options (all named "test"). If you play with changing the selected index you will see that the popup only ever shows a single row "test". The vertical positioning, however, appears to be calculated based on the selected index passed into the list.

The expected behavior is that the list shows all options; that it does not collapse duplicate entries."

Comments (4)

  1. damagefilter

    Oct 09, 2017 11:18

    Eeek. No edit button :C

    Can someone perhaps explain why exactly this is by design?
    Where's the catch?

  2. damagefilter

    Oct 09, 2017 11:17

    2017.1.1 - still there...

  3. tcz8

    May 18, 2017 20:39

    I can confirm this on 5.6, its easy to work around but I wasn't expecting to have to.

  4. sysameca

    Aug 28, 2014 11:35

    Can confirm that on Unity 4.6

Add comment

Log in to post comment