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 772068 - drag cursor shown when hovering over links
drag cursor shown when hovering over links
Status: RESOLVED FIXED
Product: polari
Classification: Applications
Component: general
3.21.x
Other Linux
: Normal minor
: ---
Assigned To: Polari maintainers
Polari maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-27 15:50 UTC by Mohammed Sadiq
Modified: 2016-09-28 10:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Hovering over links (image) (8.15 KB, image/png)
2016-09-27 15:50 UTC, Mohammed Sadiq
  Details
chatView: Fix hover cursor (1.10 KB, patch)
2016-09-28 10:41 UTC, Florian Müllner
committed Details | Review

Description Mohammed Sadiq 2016-09-27 15:50:56 UTC
Created attachment 336375 [details]
Hovering over links (image)

When hovering over links with mouse, the cursor style changes to the one that is shown for drag. This happens for links with in the messages, and not for the links that is present in topic (which is shown in HeaderBar subtitle).

This happens for polari and gtk+ from current master.


Please see the attached screenshot
Comment 1 Florian Müllner 2016-09-28 10:41:21 UTC
The following fix has been pushed:
e89f10e chatView: Fix hover cursor
Comment 2 Florian Müllner 2016-09-28 10:41:28 UTC
Created attachment 336427 [details] [review]
chatView: Fix hover cursor

The expected cursor on hover is HAND2 rather than HAND1, but instead
of updating it, take this opportunity to switch to the recommended
new_from_name() API which is less error-prone with its readable names.