I am having a very similar problem. When I first open the dropdown I see all ofthe options but in an upside down font. When I hover my mouse over it they redraw, but there is not room for all of them. Retina display, Illustrator v23.0.4 var dropdown_array = ["Left Edge / Top Corner",
"Left Edge / Bottom Corner",
"Bottom Edge / Left Corner",
"Bottom Edge / Right Corner",
"Right Edge / Top Corner",
"Right Edge / Bottom Corner",
"None",
"Dummy"];
var dropdown = gripperPnl.add("dropdownlist", undefined, undefined, {name: "dropdown", items: dropdown_array});
dropdown.selection = 0;
... View more