TomSchimansky / TomSchimansky/CustomTkinter
"Modified" binding for CTkTextbox not supported?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13.6k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I have an issue with the "modified" event which isn't doing anything when bound with CTkTextbox. It's working fine with tk.Text and I didn't change anything in my code so I wonder what is causing this. I'm using KeyRelease for now but it's not as effective for my usage.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by comparing the "modified" binding on CTkTextbox with the same binding on tk.Text, using the reported KeyRelease workaround as a reference. Trace how CTkTextbox handles the modified event and confirm that the binding fires reliably without requiring KeyRelease.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100