Sorry, something went wrong.
|
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, something went wrong.
|
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, something went wrong.
|
GH-104076 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
| sidebar.canvas.event_generate('<MouseWheel>', x=0, y=0, delta=delta) | ||
| yield | ||
| self.assertIsNone(text.dlineinfo(text.index(f'{last_lineno}.0'))) | ||
| if sys.platform != 'darwin': # .update_idletasks() does not work. |
There was a problem hiding this comment.
Ordinarily I would ask if this test should continue to run on XQuartz if the problem is only on Aqua:
| if sys.platform != 'darwin': # .update_idletasks() does not work. | |
| if text._windowingsystem != 'aqua': # .update_idletasks() does not work. |
But this test was already failing on Aqua and XQuartz due to incorrectly negative delta. So this failure may have nothing to do with .update_idletasks(), and the test should not be skipped on Aqua or XQuartz. See #103820, #103821
Sorry, something went wrong.
Needed for Catalina: test_sidebar add 'idletasks' and skip assert.