Akascape / CTkToolTip

Small pop-up widget for displaying details inside customtkinter. (extension/add-on)
Creative Commons Zero v1.0 Universal
111 stars 7 forks source link

Button label break tooltip hover action #9

Closed AcidWeb closed 1 year ago

AcidWeb commented 1 year ago

Not sure if this is a bug or a general Tk limitation but it seems that hovering over the label of the button sometimes block the tooltip.

Mouse outside button text:

image

Mouse on button text:

image
Akascape commented 1 year ago

@AcidWeb Not facing this issue, make sure you are using the latest version.

AcidWeb commented 1 year ago

I'm using the latest version.

It looks like I can replicate issue only if text of the of the CTkButton was empty during widget creation and was changed after CTkToolTip was created. If I set initial text to anything else than empty string - everything start to work correctly.

Akascape commented 1 year ago

@AcidWeb I guess the issue is in customtkinter button then.