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 759201 - Sign/Encrypt bar in message preview doesn't wrap
Sign/Encrypt bar in message preview doesn't wrap
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
3.18.x (obsolete)
Other All
: Normal minor
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 751588
 
 
Reported: 2015-12-08 18:45 UTC by Christian Stadelmann
Modified: 2016-01-29 10:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Stadelmann 2015-12-08 18:45:03 UTC
Steps to reproduce:
1. receive an email which is signed by a valid know GPG key, but not verified by own trusted keys. It will have a yellow border and a field below saying something like "Valid signature, but cannot verify sender (Kevin Fenzi (Fedora project uid) <kevin@fedoraproject.org>)"
2. resize your mailer window to make the email viewer narrow

What should happen:
The label should wrap around, being displayed on multiple lines

What happens:
No line break

Affected version:
gtk3-3.18.6-1.fc23.x86_64
glib2-2.46.2-1.fc23.x86_64
evolution-3.18.2-1.fc23.x86_64:
Comment 1 Milan Crha 2016-01-29 10:42:49 UTC
Thanks for a bug report. I added a little code to make the text wrap, though it's still possible it'll create odd results. It will work flawlessly once the port to webkit2 will be done (I added this bug as a reference to it), thus the panel will not be a GtkWidget, but a pure HTML code.

Created commit 9bdaeaf in evo master (3.19.90+)
Created commit 37527af in evo gnome-3-18 (3.18.5+)