mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #547] webmail with html composer enabled -> send a message with empty body fails (action never ends) #521
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#521
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @themr0c on GitHub (Apr 14, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/547
Originally assigned to: @tonioo on GitHub.
Condition: the html composer is enabled. (If the text editor is enabled, no issue).
Create a new message.
Leave the body empty.
Send the message.
The message can't be sent, we get following backtrace on the server, but we don't get any error displayed in the GUI: the send button stays grey and action never ends.
backtrace:
@tonioo commented on GitHub (Apr 14, 2014):
It seems you mixed two different stack traces... I'm not able to reproduce this issue, it works just fine for me.
Have you tried to reproduce it ?
@themr0c commented on GitHub (Apr 15, 2014):
I just retested it: stracktrace is indeed different :
@tonioo commented on GitHub (Apr 16, 2014):
What is your lxml version?
@themr0c commented on GitHub (Apr 16, 2014):
lxml==2.3.2
@tonioo commented on GitHub (Apr 16, 2014):
And what about ckeditor ?
@themr0c commented on GitHub (Apr 17, 2014):
last stable version, "custom download" ... so it's a ckeditor issue ?
@tonioo commented on GitHub (Apr 17, 2014):
I don't know yet... need to check.
@tonioo commented on GitHub (Apr 17, 2014):
So it looks like a compatibility issue. Can you please test the patch above on your platform?
@themr0c commented on GitHub (Apr 22, 2014):
it's working, thx.