Bug #11071
COMBO-BOX (SIMPLE): Incorrect Mouse Wheel Scrolling Step
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
16326
version_resolved:
History
#1 Updated by Vladimir Tsichevski 7 months ago
Run the following 4GL example:
DEFINE VARIABLE cb AS CHARACTER VIEW-AS COMBO-BOX SIMPLE LIST-ITEMS "item1", "item2", "item3", "item4", "item5", "item6", "item7", "item8", "item9" SIZE 20 BY 3. DEFINE FRAME fr cb WITH CENTERED SIZE 80 BY 20 SIDE-LABELS. ENABLE ALL WITH FRAME fr. WAIT-FOR GO OF FRAME fr.
This creates and enables a SIMPLE combo-box.
- Open the drop-down list.
- Rotate the mouse wheel while the mouse pointer is over the drop-down list area.
- OE: The list scrolls by one line per wheel notch.
- FWD: The list scrolls by three lines per wheel notch.
Note: The scrolling step is independent of the combo-box vertical size.
Note: Tested only with Swing client.