"Select first ANTIGUA AND BARBUDA from the first combobox. Then select ANTIGUA AND BARBUDA from the second combobox. Finally, click the popup button on the first combobox. Before fix you would see UA AND BAR in the field."));
ComboBox combobox = new ComboBox("Text input enabled:");
combobox.setWidth("100px");
combobox.addItem("AMERICAN SAMOA");
combobox.addItem("ANTIGUA AND BARBUDA");
ComboBox combobox2 = new ComboBox("Text input disabled:");
combobox2.setWidth("100px");
combobox2.setTextInputAllowed(false);