Switching to "all day" in ikhal hides the first figure of the date
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 233
- Avg merge
- 1h 44m
- Merged PRs (30d)
- 1
Description
To reproduce create a new event in ikhal then tick the "Allday" box, the cursor will jump to the "From:" field, if you go straight to the "To:" field via pressing the down key for instance, the From field hides the first figure. For instance on this screenshot both dates are 19/06/2019 yet the From displays 9/06/2019 which is confusing

On a related note, a really nice thing feature would be to auto update "To" day/time after updating the "From" fields. Like if I change the "From" date from 19/06/2019 to 20/06/2019, i would like the "to" date to be updated likewise (from 19/06/2019 to 20/06/2019)
Contributor guide
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 reproducing the date-field display problem in ikhal: create an event, enable “Allday,” and move from the From field to the To field. Trace the code responsible for rendering and moving between these fields; done means the first date digit remains visible, while the requested automatic To-date update is a separate behavior to assess.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100