-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
wysiwyg is destroying inline styles #5811
Comments
Issue still exists, verified in 2.1.1 CE using both Safari and Firefox ESR 45.3. Extremely unpleasant during major customization tasks ... Every time you load back a safe block the url get garbled. |
@magexo thank you for your report. |
@miakusha the referenced ticket does not relate any way to this problem |
@piotrekkaminski , oh sorry, correct issue number MAGETWO-58617 |
[Firedrakes] Bugfixes: - MAGETWO-55861 [IE11] User can't change/add new Address From Order page - MAGETWO-58617 [GitHub] WYSIWYG editor loses data after show-hide editor #5811
I tried @mmansoorebay solution, but it is not working for me. Any suggestion for this ? |
I also tried @mmansoorebay solution, but it is not working on 2.1.1. |
I tried @mmansoorebay solution and it does not work on 2.1.3. |
@gboz17 @tomasinchoo - did you apply this https://github.com/magento/magento2ce/pull/626/files and it did not help? |
@piotrekkaminski your link results in a 404 on github |
I'm closing this issue as it was fixed in develop branch and there are no plans to backport it to version 2.1 at the moment. |
[TSG] TESTs Fixes for 2.4.1 (pr51) (2.4-develop)
Preconditions
Steps to reproduce
Expected result
<div style="background: url('{{media url="whatever.jpg"}}');"> </div>
Actual result
<div style="background: url('{{media url=;"> </div>
Note
If you use this HTML code in one row, it wont be damaged by editor validation.
The text was updated successfully, but these errors were encountered: