PQ20401 - Setting StayDroppedDown on AbtComboBoxView Loses Focus ----------------------------------------------------------------------- Affected Platforms: All Affected Features: App Builder Prerequisites: None. Symptom: Formerly APAR PN85987. If you set the stayDroppedDown attribute of an AbtComboBoxView to true, this causes the combo box to lose focus. This is a problem if you do this in response to the gettingFocus event. To recreate: 1. Drop a combo box on a window 2. Connect the gettingFocus event of the combo box to the following script: (self subpartNamed: 'ComboBox1') stayDroppedDown: true. 3. Test the window. Workaround: Change the script to be (self subpartNamed: 'Combo Box1') widget popupList.