Opened 14 years ago
Closed 14 years ago
#6197 closed Bug (fixed)
The loader base path auto-detection doesn't work for _source
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
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 (1)
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
Changed 14 years ago by
Attachment: | 6197.patch added |
---|
comment:2 Changed 14 years ago by
Status: | assigned → review |
---|
comment:3 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5860].