TomSchimansky / TomSchimansky/CustomTkinter
CTkEntry can't choose disable colours
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 13.6k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Unlike tk.Entry CTkEntry does not let me change the color when the entry is disabled. (There is no difference betwen abled and disabled CTkEntry)
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
Start by locating the CTkEntry implementation and its handling of enabled and disabled appearance, then compare it with the behavior described for tk.Entry. Check whether existing CTkEntry tests cover disabled-state colors. Done means callers can choose a distinct disabled color and the entry visibly uses it when disabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100