Closed (fixed)
Project:
Wysiwyg
Version:
7.x-2.2
Component:
Editor - CKEditor
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Dec 2012 at 15:33 UTC
Updated:
11 Mar 2013 at 16:40 UTC
Jump to comment: Most recent file
I've been searching but could not find a solution. Updating from Wysiwyg 7.2.1 to 7.2.2 breaks all paths for the editor. Means images are not found and CSS-Styles either. Define-CSS-paths remained unchanged. Using the dev-Version didn't help either. Switching back to 7.2.1 brings everything back. What did you change inbetween?
Nice module otherwise.
Thanks,
upunkt
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | wysiwyg-ckeditor-baseHref.1861174.2.patch | 474 bytes | twod |
Comments
Comment #1
twodNot much, but we did change the baseHref setting as part of introducing support for AJAXy lazy-loading, which I suppose could affect that. Strange though since it should default to the correct path.
Could you try creating a simple module like this and see if it helps:
sites/default/modules/custom/custom.info
sites/default/modules/custom/custom.module
I just remembered someone else having this issue, maybe it was a bad idea to fall back to the default value of that setting.
Are you running your Drupal site in a subfolder or is it directly on the domain?
Comment #2
twodThis patch simply puts back the baseHref setting removed in #356480: Lazy-load editors, with an additional comment on why it's there.
Just want sun to see this before committing it.
Comment #3
sunThanks, let's do this.
Comment #4
twodCommitted #2 to 7.x-2.x and just the comment to 6.x-2.x and 5.x-2.x to keep things in sync.
Thanks for reporting, testing and reviewing. The dev snapshots will be updated within 12 hours and this fix will be part of the next official release.