[issue22179] Idle. Search dialog found text not highlited on Windows

2015-10-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am closing this because #24972 fixes the immediate issue. -- dependencies: -Found text not always highlighted by Replace dialog on Windows resolution: -> out of date stage: test needed -> resolved status: open -> closed

[issue22179] Idle. Search dialog found text not highlited on Windows

2015-09-08 Thread Mark Roseman
Mark Roseman added the comment: See #24972 for fix -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue22179] Idle. Search dialog found text not highlited on Windows

2015-09-07 Thread Mark Roseman
Changes by Mark Roseman : -- nosy: +markroseman ___ Python tracker ___ ___

[issue22179] Idle. Search dialog found text not highlited on Windows

2014-12-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: The first # comment above should be On Windows, the selection highlight is *not* visible while the modal dialog is open. This bug was, in a sense, introduced by #17511, which kept the dialog open after [Find] is pressed, instead of closing it immediately.

[issue22179] Idle. Search dialog found text not highlited on Windows

2014-08-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: As it is now, show_hit should have a comment something like this: # On Windows, selection highight is visible while the dialog is open. # A 'hit' tag is used while the dialog is open (see #22179). # The 'hit' tag should be deleted when this dialog is closed. #

[issue22179] Idle. Search dialog found text not highlited on Windows

2014-08-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: The focus *should* stay on the dialog, #17511, but the found text should be highlighted with the 'found' highlight, as it is for Replace in Editor (but not Output) windows. The issue is that found text on Windows is not hightlighted in any way. It