Ticket #1485227 (closed Bugs: fixed)

Opened 6 months ago

Last modified 6 months ago

tinymce image popup not initialized properly

Reported by: ziba Owned by:
Priority: 5 Milestone: 0.2-beta
Component: User Interface Version: svn-trunk
Severity: normal Keywords: tinymce images attachments
Cc:

Description

The method for accessing the opening window of a tinymce has changed, but program/js/editor_images.js has not been updated.

This breaks the ability of the popup image selector to show a list of uploaded images to be added to the message as inline references to attachments.

Also breaking that feature is that program/js/editor.js references

external_image_list_url : "editor_images.js"

instead of:

external_image_list_url : "program/js/editor_images.js"

Here's a discussion of how the opening window should be referenced: http://tinymce.moxiecode.com/punbb/viewtopic.php?id=12269

If this roundcube feature isn't worth fixing, there's supporting code in the php which may be removed.

Thanks.

Change History

Changed 6 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • component changed from Other to User Interface
  • milestone changed from later to 0.2-beta

Fixed in r1609.

Note: See TracTickets for help on using tickets.