Mouse clicking in listbox doesn't notify dialog of change #3562
Labels
area: core
Issues not related to a specific subsystem
prio: low
Minor problem or easily worked around
Milestone
Important
This issue was migrated from Trac:
mooffie
(@mooffie)The listbox widget has a useful feature (#313): it sends MSG_ACTION to the dialog to notify it when the selected item changes. This makes it easy to implement the common UI pattern in which widgets update themselves in response to listbox change.
This UI pattern is used in the following dialogs:
However, this MSG_ACTION isn't fired for changes caused by mouse clicking. Only for those caused by the keyboard.
This patch fixes this.
Note
Original attachments:
mooffie
(@mooffie) onNov 21, 2015 at 22:19 UTC
The text was updated successfully, but these errors were encountered: