Saimadhav Heblikar added the comment:

I tested for the behaviour described in msg193895 before and after your patch. 
Everything remains same except as what you mentioned.

>Currently, Replace dialog Find hits are tagged with both the 'hit' and the 
>'sel' tag, which does not show on Windows as long as the dialog is the active 
>window, but apparently does on other systems.  Raising the hit tag to the top 
>(either patch) means that the visible highlight on other systems will change 
>from 'selected' to 'found' (which are independently configurable in Idle 
>preferences).
>
>If this not desired, the patch could be altered to use tag 'hit' on Windows 
>and 'sel' elsewhere; change 'hit' (on Windows) to 'sel' when the dialog is 
>closed; and configure 'hit' to look like 'sel' (so there is no visible change 
>when closing, as on other systems).

It would be better to ensure that there is no visible change when closing.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18590>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to