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
Desktop (please complete the following information):
ttkbootstrap version 1.10.1
OS: macOS
Describe the bug
GUI elements not responsive on macOS scaled display / non-native resolution, until press on window bar.
If mouse cursor was inside of tkinter window when tkinter window is opening up, the widgets inside the window become unresponsive (e.g. Click on button not registered). This weird state is resolved when user drag the window, or leaving the tkinter window region for a while.
To Reproduce
*: Remember to patch Image.CUBIC to Image.BICUBIC before experiment (#492)
Set macOS to use scaled resolution (e.g. 1920x1080 on 4k display, correspond to 200%)
Move mouse into where tkinter window would be and python -m ttkbootstrap
Try to click on buttons and option menu. They are not quite responsive.
Try to click on window bar or move cursor away from window before click UI elements. They are 100% responsive now.
Expected behavior
GUI elements should be responsive once I open the window
Screenshots
Additional context
No such problem for normal tkinter
The text was updated successfully, but these errors were encountered:
laggykiller
changed the title
GUI elements not responsive on macOS scaled display until press on window bar
GUI elements not responsive on x86_64 macOS 14 if mouse cursor was under the window region during startup
Oct 2, 2023
Desktop (please complete the following information):
ttkbootstrap version 1.10.1
OS: macOS
Describe the bug
GUI elements not responsive on macOS scaled display / non-native resolution, until press on window bar.If mouse cursor was inside of tkinter window when tkinter window is opening up, the widgets inside the window become unresponsive (e.g. Click on button not registered). This weird state is resolved when user drag the window, or leaving the tkinter window region for a while.
To Reproduce
*: Remember to patch Image.CUBIC to Image.BICUBIC before experiment (#492)
Set macOS to use scaled resolution (e.g. 1920x1080 on 4k display, correspond to 200%)python -m ttkbootstrap
Expected behavior
GUI elements should be responsive once I open the window
Screenshots
Additional context
No such problem for normal tkinterThe text was updated successfully, but these errors were encountered: