Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.3
-
None
Description
When a QComboBox is open, shortcuts for other QLabels are disabled. The user will have to press escape or enter to be able to press Alt+SomeKey to activate other shourtcuts.
1. Make sure you have modal window with QLabel A which has a buddy QComboBox B with "editable = false" property. Also, there is another QLabel C on the form which has a QLineEdit D. QLabel.A has a shortcut "Alt+a". QLabel.C has a shortcut "Alt+c".
2. Open the modal form.
3. Press "Alt+a", now press "Alt+Down". The drop down opens.
4. Now press "Alt+c"