GNOME Bugzilla – Bug 759337
Busy loop after sending a message with a space on the end of paragraph
Last modified: 2016-03-19 22:08:12 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
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+
Hm, is this the cause of bug 763897?