Project

General

Profile

Bug #6282

Combo-box VALUE-CHANGED

Added by Marian Edu about 2 years ago. Updated about 2 years ago.

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

0%

billable:
No
vendor_id:
GCD
case_num:
version:

History

#1 Updated by Marian Edu about 2 years ago

For drop-down/drop-down-list combo-box when the drop down list is made visible and a value is selected before closing it the value-changed event always fire and modified is set to true, even if the same item as before was selected - in FWD if the selection does not change the event isn't fired and modified remains false as a result.

The changed event in ListSelectionModel isn't fired if the same item was selected. Since that is used basically by the selection-list widget the code looks alright in that respect - for selection-list when one click on the same item so selection does not change the value-changed even isn't fired - the code needs to take into consideration the combo-box use-case (a listener that needs to be notified even if new selection is the same as current one).

Also available in: Atom PDF