Summary: | [Wishlist] All Day area New Event function | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Rich Johnson <rjohnson> |
Component: | agendaview (weekview) | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | andreas, kishore96, winter |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/korganizer/-/commit/4a7f26199f0a02b4a6438ffce7774665dfa5b39e | Version Fixed In: | 6.5.0 |
Sentry Crash Report: |
Description
Rich Johnson
2007-06-09 01:10:45 UTC
*** Bug 202788 has been marked as a duplicate of this bug. *** umm.. unless I misunderstand completely, this has been implemented for a very long time. closing. re-open if not => I'll need more details. (In reply to Allen Winter from comment #2) > umm.. unless I misunderstand completely, this has been implemented for a > very long time. > > closing. re-open if not => I'll need more details. As far as I understand, this is about the case where an even already exists. STEPS TO REPRODUCE 1. Set the view to Agenda weekview 2. Navigate to a day which already has an all-day event listed. 3. Right-click on the 'all day' area on top of the view (which already has the single existing event listed' OBSERVED The shown context menu has no option to create a new event EXPECTED Along with the option to edit the existing event, there should be an option to create a new all-day event on the same day. I see. we need to shrink the boxes with the existing events so there is room for your mouse to find the context menu for creating new incidences. the necessary context menu is there, its a matter of putting your mouse in an empty area (not overtop and existing incidence) A possibly relevant merge request was started @ https://invent.kde.org/pim/korganizer/-/merge_requests/207 Git commit 4a7f26199f0a02b4a6438ffce7774665dfa5b39e by Allen Winter. Committed on 23/05/2025 at 16:37. Pushed by winterz into branch 'master'. Add "New Event" and "New To-do" on the incidence popup-menu For the case where the user wants to create a new Event/To-do in the same space where one already exists. M +121 -6 src/koeventpopupmenu.cpp M +24 -0 src/koeventpopupmenu.h https://invent.kde.org/pim/korganizer/-/commit/4a7f26199f0a02b4a6438ffce7774665dfa5b39e |