Opened 12 years ago
Closed 12 years ago
#11350 closed Bug (fixed)
Config.contentsCss should be affected by CKEDITOR.getUrl
| Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.3.2 |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description (last modified by )
Currently the default value of config.contentsCss is set to CKEDITOR.basePath + 'contents.css', so overriding window.CKEDITOR_GETURL will not affect it.
Pull request: https://github.com/ckeditor/ckeditor-dev/pull/62
Change History (4)
comment:1 Changed 12 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 12 years ago by
| Owner: | set to Piotrek Koszuliński |
|---|---|
| Status: | new → review |
comment:3 Changed 12 years ago by
| Status: | review → review_passed |
|---|
comment:4 Changed 12 years ago by
| Milestone: | → CKEditor 4.3.2 |
|---|---|
| Resolution: | → fixed |
| Status: | review_passed → closed |
Fixed with git:0552435 on dev and 638ac9c on tests.

Pushed t/11350 on dev and tests. I took the opportunity and wrote tests for contentsCss.