[wp-trac] [WordPress Trac] #6761: tinymce pop up functions fail
under ssl
WordPress Trac
wp-trac at lists.automattic.com
Thu Apr 17 14:56:16 GMT 2008
#6761: tinymce pop up functions fail under ssl
---------------------+------------------------------------------------------
Reporter: kirblam | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: TinyMCE | Version:
Severity: normal | Keywords:
---------------------+------------------------------------------------------
Using Wordpress 2.5 on a LAMP setup, applied changesets up to 7680 to see
whether that helped, but still failed.
Tinymce will show up in WP 2.5 however, clicking the Image button, Charmap
- anything that requires a popup - fails under ssl. From what I can tell,
the baseURL isn't set properly in editor_template.js. At least, if I hard
code the https address in editor_template in a particular mce function,
the window renders properly.
For example:
{{{
url:'https://<server + directory>/wp-
includes/js/tinymce/themes/advanced/charmap.htm'
a
}}}
s opposed to
{{{
url:tinymce.baseURL+'/themes/advanced/charmap.htm'
}}}
The former works, the latter produces bugs detailed below.
Screenshots should tell the whole story.
Tinymce in https environment:
[http://www.kirbymixedmedia.com/images/Picture2.png]
Charmap button clicked - popup blank. Firebug notes 2 errors in lower
right
[http://www.kirbymixedmedia.com/images/Picture3.png]
Firebug's account of the problems:
1. "uncaught exception: permission to denied get property Window.tinymce"
2. This.params has no properties - tiny_mce_popup.js (line 47)
[http://www.kirbymixedmedia.com/images/Picture4.png]
If I right-click in the popup itself and say "Show only this frame", the
URL isn't ssl based:
[http://www.kirbymixedmedia.com/images/Picture5.png]
--
Ticket URL: <http://trac.wordpress.org/ticket/6761>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list