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 Ted Shaneyfelt2
Recipients Ted Shaneyfelt2
Date 2017-02-14.18:38:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487097539.49.0.870342047727.issue29559@psf.upfronthosting.co.za>
In-reply-to
Content
There way mouse captures are done, mouse-over events seem to be disabled while dragging. 

This makes it difficult to provides hints as feedback, and more complicated than it should be to detect when dropping over a particular line object. 

Tk may not directly support it, but is there any way of getting into its guts to provide an option to re-enable mouse-over events while dragging? Or even providing a tuple with the pending mouse-overs upon release? or perhaps even simulate a mouse-up-mouse-down sequence to allow the events to propagate through and consume the noise within tkinter? Or even detect that there is a pending mouseover waiting for the mouseup event and delivering it along with the mouseup or notifying within the event that there is one pending?
History
Date User Action Args
2017-02-14 18:38:59Ted Shaneyfelt2setrecipients: + Ted Shaneyfelt2
2017-02-14 18:38:59Ted Shaneyfelt2setmessageid: <1487097539.49.0.870342047727.issue29559@psf.upfronthosting.co.za>
2017-02-14 18:38:59Ted Shaneyfelt2linkissue29559 messages
2017-02-14 18:38:57Ted Shaneyfelt2create