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 roger.serwy
Recipients littleq0903, roger.serwy, suddha.sourav, terry.reedy
Date 2012-10-03.03:19:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349234344.75.0.397143451917.issue15786@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm that the existing behavior of IDLE prohibits clicking on the scroll bar on Windows (but not Linux). Clicking on an item in the window closes it without actually selecting the clicked item. This is true on both Windows and Linux.

On Windows, the <FocusOut> event is generated when selecting the completion window, causing it to close. On Linux with Gnome3.4, the scroll bar is clickable without closing the window.

By removing "<FocusOut>" from HIDE_SEQUENCES in AutoCompleteWindow.py, the completion window can now take focus. However, the completion window will need some work since key presses in the focused window doesn't change the text selection.
History
Date User Action Args
2012-10-03 03:19:04roger.serwysetrecipients: + roger.serwy, terry.reedy, littleq0903, suddha.sourav
2012-10-03 03:19:04roger.serwysetmessageid: <1349234344.75.0.397143451917.issue15786@psf.upfronthosting.co.za>
2012-10-03 03:19:04roger.serwylinkissue15786 messages
2012-10-03 03:19:04roger.serwycreate