[ http://jira.magnolia.info/browse/MAGNOLIA-1456?page=all ]
Philipp Bracher updated MAGNOLIA-1456: -------------------------------------- Attachment: patch.txt Rather ugly patch for 3.0 but working Should I commit that to 3.0 branch? > Images uploaded with FCKeditor do not show in nested paragraphs > --------------------------------------------------------------- > > Key: MAGNOLIA-1456 > URL: http://jira.magnolia.info/browse/MAGNOLIA-1456 > Project: Magnolia > Issue Type: Bug > Affects Versions: 3.0.2 > Reporter: Amir Mistric > Assigned To: Philipp Bracher > Fix For: 3.1 M2 > > Attachments: fckeditor-image-path-bug.jpg, patch.txt > > > Hi > Intro: > I have a "decorator box" paragraphs that other, standard paragraphs can be > embedded into. The purpose of the "decorator box" paragraph is to "wrap" > other standard paragraphs with some fancy borders. The idea was taken from 2 > Column paragraph in Magnolia Enterprise. > Problem: > 1. When I use paragraph that has FCKeditor with image upload feature enabled > it works great if that paragraph is a standalone (i.e. not in the nested, > decorator box paragraph) > 2. However, when I use the same paragraph nested inside of the "decorator > box" paragraph, the uploaded image shows in the dialog but not in the content > !!! The reason is because the URL for the image is wrong.... > image URLs: > case 1 inside of editor (using source view): > "/magnolia-cms/www-mydomain-org/demo/pc-ccol/04/content_files/file/www-img-placeholder.jpg" > case 1 from the content (using Firebug inspect): > "http://mypc.mydomain.org/magnolia-cms/www-mydomain-org/demo/pc-ccol/04/content_files/file/www-img-placeholder.jpg" > case 2 inside of editor (using source view): > "/magnolia-cms/www-mydomain-org/demo/pc-ccol/03/pc-decobox/0/content_files/file/www-img-placeholder.jpg" > case 2 from the content (using Firebug inspect): > "03/pc-decobox/0/content_files/file/www-img-placeholder.jpg" > pc-ccol = Paragraph Collection Center Column > pc-decobox = Paragraph Collection Decorator Box > As you can see Magnolia does not properly render the image URL for the image > uploaded via FCKeditor while in nested paragraph....Case 2 content URL is > incomplete > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------