This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author louielu
Recipients Frank Pae, louielu, serhiy.storchaka, terry.reedy
Date 2017-04-29.07:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493451182.23.0.387746863489.issue30200@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is only a normal behavior now.


Generate two events make sense, they are generate by different widget:

.!editor.!font_dialog.!frame.!frame.!listbox (0,)   # Select Font
.!editor.!font_dialog.!frame2.!frame.!listbox (0,)  # Select Style
.!editor.!font_dialog.!frame.!frame.!listbox ()     # Deselect Font

When you select one list and trying to select another listbox,
you will trigger two event, first is the select, and second the de-select.

So you will need to handle the de-select part.
History
Date User Action Args
2017-04-29 07:33:02louielusetrecipients: + louielu, terry.reedy, serhiy.storchaka, Frank Pae
2017-04-29 07:33:02louielusetmessageid: <1493451182.23.0.387746863489.issue30200@psf.upfronthosting.co.za>
2017-04-29 07:33:02louielulinkissue30200 messages
2017-04-29 07:33:01louielucreate