[issue40819] IDLE: Test right-click and context menu tests

Terry J. Reedy report at bugs.python.org
Fri May 29 19:01:23 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Thanks for the report. I verified the context menu defect on Windows and Mac Mohave.  The menu and shortcuts still work on both.

This regression was introduced by the first PR for #39885.  I mistakenly delayed the fixer, PR-18951, to finish new tests. (On current Win10, disabled items are nearly black dark gray that I easily confuse with enabled black.  On Mac, the contrast between its light-medium gray and black is unmistakable.)

I polished the fixer and merged it, with only manual testing, to immediately fix the regression.  I re-labelled this issue to add an automated test that would have caught it.

----------
title: Idle Context Menu Copy/Cut Grayed Out -> IDLE: Test right-click and context menu tests
versions: +Python 3.10, Python 3.7, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40819>
_______________________________________


More information about the Python-bugs-list mailing list