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 759337 - Busy loop after sending a message with a space on the end of paragraph
Busy loop after sending a message with a space on the end of paragraph
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Composer
3.18.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Tomas Popela
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2015-12-11 09:55 UTC by Tomas Popela
Modified: 2016-03-19 22:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tomas Popela 2015-12-11 09:55:34 UTC
Moving from downstream:

Steps to Reproduce:
1. Start evolution, optionally configure a mail account
2. "New" (mail message)
3. Put in a recipient, subject
4. "Insert" -> "Text file..." -> (the attached evolution-send-broken.txt)
5. "Send" (or Ctrl+Return), confirm
Comment 1 Tomas Popela 2015-12-11 10:52:42 UTC
Fixed with following commits:

    Bug 759337 - Busy loop after sending a message with a space on the end of paragraph
    
    Fix the code to avoid the busy loop and also change the trailing space to
    non-breaking space, otherwise it will be hidden by WebKit (just this would be
    enough to fix this bug).

commit 0cccbfb172bb62ae8f249839047a9ef042a50ee4 in the master branch for Evolution 3.19.3+

commit 8416e625a2060b91991d37e6ab271deddd215010 in the gnome-3-18 branch for Evolution 3.18.3+
Comment 2 David Woodhouse 2016-03-19 22:08:12 UTC
Hm, is this the cause of bug 763897?