[GH-ISSUE #194] 'resize' callback always registered #179

Closed
opened 2026-02-27 11:10:29 +03:00 by kerem · 1 comment
Owner

Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/194

Originally assigned to: @tonioo on GitHub.

Originally created by Antoine Nguyen on 2011-10-31T08:36:30Z

The 'resize_window_callback', which only concerns the HTML editor, is always registered. When the 'text' editor is used, this callback tries to resize the ckeditor instance, which leads to an error.

CKEDITOR.instances.id_body is undefined
https://mail.koalabs.org/static/webmail/js/webmail.js
Line 87
Originally created by @tonioo on GitHub (Dec 4, 2013). Original GitHub issue: https://github.com/modoboa/modoboa/issues/194 Originally assigned to: @tonioo on GitHub. **Originally created by Antoine Nguyen on 2011-10-31T08:36:30Z** The 'resize_window_callback', which only concerns the HTML editor, is always registered. When the 'text' editor is used, this callback tries to resize the ckeditor instance, which leads to an error. <pre> CKEDITOR.instances.id_body is undefined https://mail.koalabs.org/static/webmail/js/webmail.js Line 87 </pre>
kerem 2026-02-27 11:10:29 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Redmine Admin on 2011-12-14T09:40:50Z

In [ceb7c6b0b2689f1f77252e513e4a6fe08d3a4713]:

#!CommitTicketReference repository="" revision="ceb7c6b0b2689f1f77252e513e4a6fe08d3a4713"
Register the resize callback only for the HTML editor.
fixed #182
<!-- gh-comment-id:29814050 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Redmine Admin on 2011-12-14T09:40:50Z** In [ceb7c6b0b2689f1f77252e513e4a6fe08d3a4713]: <pre> #!CommitTicketReference repository="" revision="ceb7c6b0b2689f1f77252e513e4a6fe08d3a4713" Register the resize callback only for the HTML editor. fixed #182 </pre>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#179
No description provided.