Python version:3.9.150.1013Framework:Tkinter.ttk
I tried to use cefpython3 to create a browser in one of the frames in the Tkinter main window. Although cefpython3 ran normally, some controls in other frames and some controls in this frame did not run normally, such as the Entry control and DateEntry control, I have used ttkbootstrap to beautify it (the color will change when the mouse hovers over the control). At this time, moving the mouse to the control will also change the color of the control, but clicking the left mouse button cannot focus on the control. Come up to enter, but you can select the entered content. As for DateEntry, the interface freezes directly after I click the select date button. I don’t know if there will be a similar situation in Qt and other Frameworks.