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 774922 - Event move mouse cursor can lead to mass confusion and other dark predicaments
Event move mouse cursor can lead to mass confusion and other dark predicaments
Status: RESOLVED FIXED
Product: gnome-calendar
Classification: Applications
Component: User Interface
3.22.x
Other Linux
: Normal minor
: 3.26
Assigned To: GNOME Calendar maintainers
GNOME Calendar maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-23 14:47 UTC by Jean-François Fortin Tam
Modified: 2017-04-17 18:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
views: use ACTION_MOVE to display correct cursor (3.67 KB, patch)
2017-03-22 23:01 UTC, Jente Hidskes
committed Details | Review

Description Jean-François Fortin Tam 2016-11-23 14:47:58 UTC
Just to report that when dragging an event to move it across days in month view (and eventually weekview), the mouse cursor is a "+" symbol instead of the "move" arrow symbol. Maybe something to do with telling GTK the type of drag action you're doing?
Comment 1 Scott Cohen 2017-01-01 03:19:19 UTC
(In reply to Jean-François Fortin Tam from comment #0)
> Just to report that when dragging an event to move it across days in month
> view (and eventually weekview), the mouse cursor is a "+" symbol instead of
> the "move" arrow symbol. Maybe something to do with telling GTK the type of
> drag action you're doing?

Has the cursor ever changed to a move arrow in the past? Because this isn't really a bug.
Comment 2 Jente Hidskes 2017-03-22 22:14:17 UTC
I'm working on fixing this issue, as communicated with Georges over IRC.
Comment 3 Jente Hidskes 2017-03-22 23:01:39 UTC
Created attachment 348546 [details] [review]
views: use ACTION_MOVE to display correct cursor

There are two ACTION_COPYs left, one in gcal-date-chooser-day.c and the other in gcal-date-chooser.c; should I change those too?
Comment 4 Georges Basile Stavracas Neto 2017-03-23 01:59:24 UTC
Review of attachment 348546 [details] [review]:

Looks very good! Thanks!
Comment 5 Georges Basile Stavracas Neto 2017-03-23 01:59:33 UTC
Review of attachment 348546 [details] [review]:

Looks very good! Thanks!
Comment 6 Georges Basile Stavracas Neto 2017-03-23 02:00:48 UTC
Thanks for the patches.

Attachment 348546 [details] pushed as de2578a - views: use ACTION_MOVE to display correct cursor