-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestopic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
This issue is similar to #75666. When funcid is passed to tag_unbind() methods of Text or Canvas, they remove all bindings and delete only funcid Tcl command. According to the docstrings, they only should remove binding specified by funcid.
Linked PRs
- gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" #113955
- [3.12] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955) #114997
- [3.11] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955) #114998
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestopic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error