You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-153716: Scan for the ttk Spinbox and Combobox arrow, not a fixed pixel
The arrow-click test helpers probed a fixed x = width - 5, which at a
high display scaling on Tk 9.1 lands in the arrow element's right-hand
border (the border scales with the DPI), so identify() there returns
'field' and the test fails. Scan inward from the right edge for the
arrow element instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments