Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, 7.1.X, 7.2.X, Master
-
7.2.x, 7.1.x, 7.0.x
-
Committed
-
1
-
2
Description
Description:
Class elements are stripped out by Alloy Editor when switching between code view and text view.
Steps to Reproduce:
1. Create a Blog post.
2. Switch to source view and enter the following:
<p class="green">Test</p>
3. Switch to the text view.
4. Switch back to the code view.
Expected:
The color class is still present.
Actual:
The color class has been stripped out.
Additional Testing:
70x: 9cff84229d106eff9edf8a6c8899c661488e2950
Issue reproduced.
master: 3ed57edb3ee4e6d1d569fa2fd064fe315130a8ee
Issue reproduced.