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 steve.dower
Recipients pablogsal, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-02-25.13:46:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645796807.85.0.599777593935.issue46567@roundup.psfhosted.org>
In-reply-to
Content
This is blocked on the IDLE issue in https://github.com/python/cpython/runs/5334087871?check_suite_focus=true

======================================================================
ERROR: test_mousewheel (idlelib.idle_test.test_sidebar.ShellSidebarTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\Lib\idlelib\idle_test\tkinter_testing_utils.py", line 58, in new_test_method
    raise exception
    ^^^^^^^^^^^^^^^
  File "D:\a\cpython\cpython\Lib\idlelib\idle_test\tkinter_testing_utils.py", line 42, in after_callback
    next(test_generator)
    ^^^^^^^^^^^^^^^^^^^^
  File "D:\a\cpython\cpython\Lib\idlelib\idle_test\test_sidebar.py", line 694, in test_mousewheel
    sidebar.canvas.event_generate('<MouseWheel>', x=0, y=0, delta=delta)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a\cpython\cpython\Lib\tkinter\__init__.py", line 1886, in event_generate
    self.tk.call(args)
    ^^^^^^^^^^^^^^^^^^
_tkinter.TclError: <MouseWheel> event doesn't accept "-delta" option

I don't have time to look into it right now, but it seems to be reliable on 64-bit builds but works on 32-bit.
History
Date User Action Args
2022-02-25 13:46:47steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, pablogsal
2022-02-25 13:46:47steve.dowersetmessageid: <1645796807.85.0.599777593935.issue46567@roundup.psfhosted.org>
2022-02-25 13:46:47steve.dowerlinkissue46567 messages
2022-02-25 13:46:47steve.dowercreate