Project

General

Profile

Bug #11208

Implement mouse hovering for COMBO-BOX

Added by Razvan-Nicolae Chichirau 5 months ago. Updated 5 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:

Related issues

Related to User Interface - Bug #10152: COMBO-BOX: mouse wheel does not scroll the list Test

History

#1 Updated by Razvan-Nicolae Chichirau 5 months ago

Run the following 4GL example:

DEFINE VARIABLE cb AS CHARACTER VIEW-AS COMBO-BOX
LIST-ITEMS
"item1", "item2", "item3", "item4", "item5",
"item6", "item7", "item8", "item9".
DEFINE FRAME f cb.
ENABLE ALL WITH FRAME f.
WAIT-FOR GO OF FRAME f.

This creates and enables a default DROP-DOWN-LIST combo-box.

Hover Behavior (Edit Control Area)

Hover the mouse pointer over the edit control area of the combo-box without opening the drop-down list.

  • OE: The area highlights in light blue only while the mouse hovers; otherwise it is white.
  • FWD: The area remains permanently highlighted, regardless of mouse position.

#2 Updated by Razvan-Nicolae Chichirau 5 months ago

  • Related to Bug #10152: COMBO-BOX: mouse wheel does not scroll the list added

Also available in: Atom PDF