Ticket #6197 (closed Bug: fixed)
The loader base path auto-detection doesn't work for _source
| Reported by: | fredck | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4.1 |
| Component: | General | Version: | 3.4.1 |
| Keywords: | Cc: |
Description
If we want CKEDITOR.loader to load things from _source, it'll not work.
This is my TC:
<script type="text/javascript" src="/ckeditor/_source/core/loader.js"></script> <script type="text/javascript"> CKEDITOR.loader.load( 'core/xml' ); </script>
Firebug will show you 404s for the loaded resources.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
