nextcloud / nextcloud/calendar
Notification time updates only if you click twice or more
Open
Nobody has claimed this yet.
1. to develop
bug
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
Steps to reproduce
- Set up an event, set notification "2h before event start" and save
- Edit event and change "2h before event start" in "3h before event start" clicking once on the little arrow next to number 2
- Click out of the field (so that the field loses focus)
- The field value will not change, it remains set on 2
- Now try to change "2h before event start" in "4h before event start" clicking twice on the little arrow
- Click out of the field
- The field value is now correctly updated
Expected behavior
The field value should change no matter how many time you click
Actual behaviour
The field value should change no matter what the value is
Calendar app version
4.2.0
Browser
Chrome v108.0.5359.125
Client operating system
Windows 10
Server operating system
Linux
PHP engine version
8.1
Nextcloud version
25.0.2
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
No file or test is named. Start by reproducing the notification field issue in the calendar event editor and trace the client-side handling when the arrow is clicked once and the field loses focus. Done means changing the value once updates the saved notification, with regression coverage for that interaction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100