minor bug scrolling calendar view
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 233
- Avg merge
- 1h 44m
- Merged PRs (30d)
- 1
Description
when scrolling calendar view, khal highlights the date below but leaves the previously selected still highlighted. very minor bug, probably very low priority as well but thought id leave this here :)
Steps to reproduce the behavior:
scroll when focused in calendar view
Expected behaviour:
should unhighlight the previously highlighted event, even when scrolling.
screenshot:
as you can see there are columns of dates selected in the calendar view :0
khal: version 0.13.0
python3: version 3.13.5
installed via: pacman (arch package manager)
Arch btw
config file:
[calendars]
[[personal]]
path = ~/.calendars/personal/
type = calendar
color = white
[[assignments]]
path = ~/.calendars/assignments/
type = calendar
readonly = True
color = light magenta
[[classes]]
path = ~/.calendars/classes/
type = calendar
readonly = True
[[exams]]
path = ~/.calendars/exams/
type = calendar
readonly = True
[locale]
timeformat = %H:%M
dateformat = %Y-%m-%d
longdateformat = %Y-%m-%d
datetimeformat = %Y-%m-%d %H:%M
longdatetimeformat = %Y-%m-%d %H:%M
[default]
default_calendar = personal
``
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
Reproduce the issue in khal's calendar view using the provided configuration, then trace how scrolling updates the highlighted date and event selection. The work is done when scrolling moves the highlight without leaving earlier dates or events highlighted, with the reported behavior covered by an appropriate test.
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
- 45/100