#3866: Unable to run properly when js files retrieve from subdomain url
----------------------+-----------------------------------------------------
  Reporter:  xiaoyi   |       Owner:                 
      Type:  Bug      |      Status:  reopened       
  Priority:  Normal   |   Milestone:  CKEditor 3.0   
 Component:  General  |     Version:  CKEditor 3.0 RC
Resolution:           |    Keywords:                 
----------------------+-----------------------------------------------------
Changes (by xiaoyi):

  * status:  closed => reopened
  * resolution:  invalid =>


Comment:

 It is not only affect sample page,

 for example

 page: https://www1.abc.com/index.html loads
 https://www1.abc.com/fckeditor/ckeditor/ckeditor.js,

 within index.html, I have following codes

 <script type="text/javascript"
 src="https://www1.abc.com/fckeditor/ckeditor/ckeditor.js";></script>

 .
 .
 .
 .
 <textarea name="description" cols="50" rows="10"
 id="description"></textarea>
 .
 .
 .
 <script type="text/javascript">
 window.onload = function() {
         CKEDITOR.replace( 'description' );
 </script>

 it doesn't work.

 Thanks

 Zuyi

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3866#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to