Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magento CE 2.1 Catalog Admin Page cannot parse media url in html content #5444

Closed
hugh-optoma opened this issue Jul 4, 2016 · 4 comments
Closed
Labels
bug report Component: Cms Fixed in 2.1.x The issue has been fixed in 2.1 release line Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@hugh-optoma
Copy link

hugh-optoma commented Jul 4, 2016

Magento CE 2.1 + PHP 56 + nginx + varnish

Steps to reproduce

  1. Product -> Catalog -> Select a catalog to edit
  2. Content -> Description -> Raw html mode
  3. Input the html content: <img src="{{media url="wysiwyg/LOGO.png"}}" alt="" />
  4. Save
  5. View the raw html shown in the page

Expected result

<img src="{{media url="wysiwyg/LOGO.png"}}" alt="" />

Actual result

<p><img src="{{media url=" alt="" /></p>

Remarks

The actual value saved in DB: <img src="{{media url="wysiwyg/LOGO.png"}}" alt="" />

@veloraven veloraven self-assigned this Aug 4, 2016
@veloraven
Copy link
Contributor

@hugh-optoma thank you for your report.
Internal ticket MAGETWO-56414 was created for this issue.

@veloraven veloraven added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Aug 4, 2016
@veloraven veloraven removed their assignment Aug 4, 2016
@pantaoran
Copy link

I believe this is a duplicate of the following issues:
#5811
#6851
#7215

@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-70435

@magento-team magento-team added 2.1.x Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report Component: Cms labels Jul 31, 2017
@magento-engcom-team magento-engcom-team added 2.1.x Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report Component: Cms Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed labels Sep 11, 2017
@magento-engcom-team
Copy link
Contributor

The issue has been fixed in 2.1.8
@hugh-optoma please let us know if you still have an issue

@magento-engcom-team magento-engcom-team added the Fixed in 2.1.x The issue has been fixed in 2.1 release line label Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Cms Fixed in 2.1.x The issue has been fixed in 2.1 release line Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

6 participants