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 Serge
Recipients Serge, sirgimp
Date 2010-02-07.15:43:12
SpamBayes Score 0.00033199537
Marked as misclassified No
Message-id <1265557395.1.0.868545894837.issue6171@psf.upfronthosting.co.za>
In-reply-to
Content
TreeNode class which is used in IDLE class browser create a window for a text label on each single click and apparently under Ubuntu tcl looses first left button click and therefore doesn't generate left buttond double click event. 

In this patch I make changes to the TreeNode class so it creates a window for a text label only when needed (i.e. during initialization or when it was delete after "collapse" command)
History
Date User Action Args
2010-02-07 15:43:15Sergesetrecipients: + Serge, sirgimp
2010-02-07 15:43:15Sergesetmessageid: <1265557395.1.0.868545894837.issue6171@psf.upfronthosting.co.za>
2010-02-07 15:43:13Sergelinkissue6171 messages
2010-02-07 15:43:12Sergecreate