This is fixed.
Explanation for the record: this was caused by the TextView contained in this dialog. All dialogs (built with dialog::make) containing an item of type 'text' exhibit the same problem. The culprit in fine is the -selectable option of the TextView which must be set to 0 when -editable is set to 0.
Changes committed to the repository (rev. 1534 (sourceforge.net)).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can reproduce this. Thank you for reporting, I'll look into it.
This is fixed.
Explanation for the record: this was caused by the TextView contained in this dialog. All dialogs (built with dialog::make) containing an item of type 'text' exhibit the same problem. The culprit in fine is the -selectable option of the TextView which must be set to 0 when -editable is set to 0.
Changes committed to the repository (rev. 1534 (sourceforge.net)).