[issue24972] IDLE: revisit text highlighting for inactive windows on win32

Terry J. Reedy report at bugs.python.org
Mon Sep 28 05:25:15 CEST 2015


Terry J. Reedy added the comment:

I first testing the workaround by selecting text and then clicking on another window, and the highlight stayed.  I commented out "self._highlight_workaround()", quit, started again, tested again, and the highlight disappeared.  I added the new line above, retested, and the hightlight stayed.

Debugger source highlighting again does not work for me on Win7 in any installed or repository version, before or after the patch. See #25254. The patch does immediately fix at least part of the find issue. I will review them later.

While the report above implies that I committed to 3.4 and merged forward, there is a screw-up in the repository that prevented merging, so I backed out the 3.4 patch before pushing.  So only 2.7 is patched and this issue is not done.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24972>
_______________________________________


More information about the Python-bugs-list mailing list