FLUID-3295: Rich text editor features in demo which launch popup window do not seem to work

Metadata

Source
FLUID-3295
Type
Bug
Priority
Major
Status
Closed
Resolution
Cannot Reproduce
Assignee
N/A
Reporter
Laurel Williams
Created
2009-10-14T13:44:54.000-0400
Updated
2017-03-10T09:00:01.093-0500
Versions
  1. 1.1.2
  2. 1.2
  3. 1.3
  4. 1.3.1
  5. 1.4
  6. 1.5
Fixed Versions
  1. 2.0
Component
  1. Inline Edit

Description

The rich text editor for inline edit in the demo page does not seem to be able to edit using any features which launch a popup window...for example Anchor, Insert/Edit Image, etc.

This is happening due to the permission restriction and the error looks like this:
"Permission denied for <http://tinymce-fluid.appspot.com> to get property Window.tinymce from <http://build.fluidproject.org>. in tiny_mce_popup.js"
Possibly it should work if this files are included in advance in the markup.

Environments

Safari 3.2 OSX 10.5
FF 3.5 Windows
IE8 Windows 7

Comments

  • Justin Obara commented 2011-01-12T08:53:00.472-0500

    This is possibly due to the fact that we are using a CDN to pull in the rich text editors. This was done to minimize the code size of our examples, since these ship with our full distribution.

  • Justin Obara commented 2017-03-10T09:00:01.078-0500

    Can no longer reproduce this issue. This was likely fixed when the CDN reference was updated.