After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777424 - week-view: dnding a multi full day event reschedules it to be a single full day event
week-view: dnding a multi full day event reschedules it to be a single full d...
Status: RESOLVED FIXED
Product: gnome-calendar
Classification: Applications
Component: Views
unspecified
Other Linux
: Normal normal
: 3.26
Assigned To: GNOME Calendar maintainers
GNOME Calendar maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-18 04:59 UTC by Mohammed Sadiq
Modified: 2017-03-14 23:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
week-header: improve drag and drop (3.58 KB, patch)
2017-03-14 23:25 UTC, Georges Basile Stavracas Neto
committed Details | Review

Description Mohammed Sadiq 2017-01-18 04:59:56 UTC
In week view, if a multi-fullday event is drag and dropped to some other date (drag and drop to date, not time) the event span reduces to single full day.
Comment 1 Georges Basile Stavracas Neto 2017-03-14 23:25:40 UTC
Created attachment 347965 [details] [review]
week-header: improve drag and drop

The rudimentary drag n' drop support should also deal
with the following corner cases:

           All Day
Multiday |   TRUE   |   FALSE    |
         |----------|------------|
    TRUE |   utc    | no changes |
   FALSE |   utc    |    utc     |
Comment 2 Georges Basile Stavracas Neto 2017-03-14 23:26:59 UTC
Thanks for the report

Attachment 347965 [details] pushed as 0dcf86b - week-header: improve drag and drop