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 781185 - tooltip text adds ellipsis unconditionally when some note is present
tooltip text adds ellipsis unconditionally when some note is present
Status: RESOLVED FIXED
Product: gnome-calendar
Classification: Applications
Component: User Interface
unspecified
Other Linux
: Normal normal
: 3.26
Assigned To: GNOME Calendar maintainers
GNOME Calendar maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-11 14:55 UTC by Mohammed Sadiq
Modified: 2017-04-13 00:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
event-widget: correctly ellipsize descripton tooltip (1.74 KB, patch)
2017-04-13 00:05 UTC, Georges Basile Stavracas Neto
committed Details | Review

Description Mohammed Sadiq 2017-04-11 14:55:07 UTC
The new cool tooltip feature (bug 774952) seems to unconditionally add ellipsis to tooltip text when some notes is present.


How to reproduce:
1. Create some new event. Add some small note to the event (eg: "test").
2. Save the event.
3. Hover over the event.

Result:

Along with other details, the notes is shown as "test...". Ellipsis isn't required as "test" is the only text in the note.

Thanks
Comment 1 Georges Basile Stavracas Neto 2017-04-13 00:05:38 UTC
Created attachment 349754 [details] [review]
event-widget: correctly ellipsize descripton tooltip
Comment 2 Georges Basile Stavracas Neto 2017-04-13 00:06:53 UTC
Thanks for the report!

Attachment 349754 [details] pushed as 6623731 - event-widget: correctly ellipsize descripton tooltip