Opened 8 years ago
Last modified 8 years ago
#14784 closed Bug
Tag issue — at Initial Version
Reported by: | Alexey | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hello!
I have an issue with CKEditor. When I insert ans save HTML source code into information page CKedtor change original HTML.
For instance:
Original code: <div class="cms-block xs-100 sm-50 md-50 lg-25 xl-25">
<span class="block-content" style="height: 214px;">
<div class="block-icon block-icon-left" style="background-color: rgb(235, 88, 88); width: 30px; height: 30px; line-height: 30px; border-radius: 50%"><i style="margin-right: 5px; color: rgb(255, 255, 255); font-size: 20px" data-icon=""></i></div> <div class="editor-content" style="text-align: left"> <h3>My text here</h3>
<ul>
<li>My text here</li> <li>My text here</li> <li>My text here</li> <li>My text here</li> <li>My text here</li> <li>My text here</li> <li>My text here</li>
</ul></div>
</span>
</div>
</div> </div>
Code after insert and save: <div class="cms-block xs-100 sm-50 md-50 lg-25 xl-25"> <div class="block-icon block-icon-left" style="background-color: rgb(235, 88, 88); width: 30px; height: 30px; line-height: 30px; border-radius: 50%"> </div>
<div class="editor-content" style="text-align: left"> <h3><span class="block-content" style="height: 214px;">My text here</span></h3>
<span class="block-content" style="height: 214px;">My text here</span>
<span class="block-content" style="height: 214px;">My text here</span>
<span class="block-content" style="height: 214px;">My text here</span>
<span class="block-content" style="height: 214px;">My text here</span>
<span class="block-content" style="height: 214px;">My text here</span>
<span class="block-content" style="height: 214px;">My text here</span>
<span class="block-content" style="height: 214px;">My text here</span>
</div> </div> </div> </div>
Thanks for prompt reply,
Alexey