Project

General

Profile

Bug #10939

When selecting an item from a COMBO-BOX list by pressing on it and releasing the mouse while the cursor is outside the list item should be selected and the drop-down closed

Added by Delia Mitric 8 months ago. Updated 8 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 #10801: COMBO-BOX issues New

History

#1 Updated by Delia Mitric 8 months ago

A possible testcase:

def var combo as char initial "Item 0" 
    view-as combo-box list-items
       "Item 0",
       "Item 1",
       "Item 2".

def frame f 
    combo at row 2 col 2
    with 1 down size 30 by 10.

enable all with frame f.
wait-for close of current-window.

To reproduce the issue:
  • Press the mouse on an item from the drop-down (different than the current one), hold it and release the mouse outside the combo-box.

In Progress: the item is selected, the entry field contains it and the drop-down is closed
In FWD: the item is just highlighted because the mouse was positioned on it.

#2 Updated by Delia Mitric 8 months ago

Also available in: Atom PDF