The width of the pop-uo selection list of my editable ComboBox appears to be using the preferred width of the ComboBox instead of the actual width when it is first shown. Subsequent displays of the list are the correct width. This makes it appear odd as the list is anchored on the left side of the ComboBox, the opposite side from the button that shows the list. In the case where the ComboBox is editable, the button on the right is the only place to click to show the list so having the list appear on the left is particularly bad in that case.
Since editable ComboBoxes have a field to type, it is not uncommon for the maxWidth and actual width of the ComboBox to be significantly larger that it's "computed" size or preferred size if the field is allowed to expand, perhaps to match other fields on the form.
Since editable ComboBoxes have a field to type, it is not uncommon for the maxWidth and actual width of the ComboBox to be significantly larger that it's "computed" size or preferred size if the field is allowed to expand, perhaps to match other fields on the form.