Skip to content

Tkinter: widget.tag_unbind(tag, sequence, funcid) unbind all bindings #113951

Closed
@serhiy-storchaka

Description

@serhiy-storchaka

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

Metadata

Metadata

Labels

3.11only security fixes3.12only security fixes3.13bugs and security fixestopic-tkintertype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions