Changes between Initial Version and Version 1 of Ticket #10068, comment 2
- Timestamp:
- Feb 14, 2013, 4:36:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10068, comment 2
initial v1 4 4 5 5 Steps to reproduce: 6 1. Set {{{window.CKEDITOR_ GETURL="//localhost/ckeditor/";}}} (Wherever the path is, however the important thing is that it begins with {{{//}}} instead of {{{http://}}}, which implies {{{http:}}} if the current page is on {{{http:}}} and {{{https:}}} if the current page is on {{{https:}}}.)6 1. Set {{{window.CKEDITOR_BASEPATH="//localhost/ckeditor/";}}} (Wherever the path is, however the important thing is that it begins with {{{//}}} instead of {{{http://}}}, which implies {{{http:}}} if the current page is on {{{http:}}} and {{{https:}}} if the current page is on {{{https:}}}.) 7 7 2. Load CKEditor with {{{<script src="//localhost/ckeditor/ckeditor.js"></script>}}} 8 8 3. See that CKEditor loader makes a request for {{{http://localhost//localhost/ckeditor/lang/en.js}}}