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 marco
Recipients marco
Date 2011-12-19.02:13:48
SpamBayes Score 5.3998356e-06
Marked as misclassified No
Message-id <1324260829.97.0.644849663035.issue13630@psf.upfronthosting.co.za>
In-reply-to
Content
Found text does not show at all highlighted on some text colors (like green and orange) when using the find button in the replace dialog box when box is open/visible.

Then when dialog box is closed it will highlight the found text in black on gray like 'selected' and not in white on black 'found' highlighting color scheme.

Using F3, to find text, highlights in black on gray like 'selected' and not in white on black 'found' highlighting color scheme

Also using CTRL+f to find text seems to follow the same improper behavior, just less noticeable since as soon as find button is pressed, the dialog box is closed and the found text is shown, but if the dialog box would not close the text would not be shown with any highlighting at all ('found' nor 'selected' highlighting).

To test the last behavior I used the find_keep_open.patch to prevent CTRL+f Find Dialog box to close after pressing find button.(issue13586)

Note: 
Color scheme highlighting setting can be seen in IDLE Preferences pane under the Highlighting tab by going to Options/Configure IDLE...
History
Date User Action Args
2011-12-19 02:13:50marcosetrecipients: + marco
2011-12-19 02:13:49marcosetmessageid: <1324260829.97.0.644849663035.issue13630@psf.upfronthosting.co.za>
2011-12-19 02:13:49marcolinkissue13630 messages
2011-12-19 02:13:48marcocreate