TomSchimansky / TomSchimansky/CustomTkinter

CTKEntry placeholder text not always visible.

Open
#790 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
Python
Stars
13.6k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

When I start my app, the placeholder text of some CTKEntry widgets are not visible.

image

If I then select one of those entry widgets (so it's focused) and then select something else (to remove the focus), the placeholder text comes back.

Here's a screen recording of the issue:

https://user-images.githubusercontent.com/41532982/205989315-49787784-499a-4569-b01b-77b808a3917e.mov

I'm using the latest version (5.0.1), Python 3.11 on macOS Ventura.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with a minimal CTKEntry app on Python 3.11 and macOS, then inspect the CTKEntry implementation and its placeholder handling. Done means placeholder text is visible when the app starts and remains visible after focus moves away from an entry.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.