-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
IDLE: Test right-click and context menu tests #84996
New issue
Have a question about this project? Sign up for a free G 8000 itHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In Idle on macOS, when I select text in either the Shell or a file, both copy and cut should be available in the context menu, but they are grayed out (not selectable). Both copy and cut are still available via the menu bar Edit menu and keyboard shortcuts, <command>c and <command>x, respectively. I tried this on macOS El Capitan 10.11.6 and Catalina 10.15.4 |
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 #84066. 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. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: