nextcloud / nextcloud/calendar

Notification time updates only if you click twice or more

Open
#4,872 6 comments 0 reactions 0 assignees View on GitHub

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
  1. Set up an event, set notification "2h before event start" and save
  2. Edit event and change "2h before event start" in "3h before event start" clicking once on the little arrow next to number 2
  3. Click out of the field (so that the field loses focus)
  4. The field value will not change, it remains set on 2
  5. Now try to change "2h before event start" in "4h before event start" clicking twice on the little arrow
  6. Click out of the field
  7. 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

Open the contributing guide

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.