multiline and html editors break html code
-
Multiline and HTML editors in v.6.0 totaly breaks the code.
Multiline editor removes <span> tags or sometime removes only closing tag, html editor converts <i> to <em> or removes <i> tags totaly if empty content inside for ex.
<i aria-hidden=”true” class=”fa-fw fas fa-minus-circle”></i>
This code is totaly brokenin muliline editor<div class="bdt-ep-accordion-container"><div id="bdt-ep-accordion-x-id" class="bdt-ep-accordion bdt-accordion" data-bdt-accordion="{collapsible:true,multiple:false,transition:ease-in-out}" data-settings="{id:bdt-ep-accordion-x-id,activeHash:no,activeScrollspy:null,hashTopOffset:false,hashScrollspyTime:false}"><div class="bdt-ep-accordion-item"><div class="bdt-ep-accordion-title bdt-accordion-title bdt-flex bdt-flex-middle bdt-flex-between reestr-title" id="bdt-ep-accordion-accordion-1" data-accordion-index="0" data-title="accordion-1" aria-controls="bdt-accordion-1" aria-expanded="false" aria-disabled="false"><span class="bdt-ep-accordion-icon bdt-flex-align-left" aria-hidden="true"><span class="bdt-ep-accordion-icon-closed reestr-closed"><i aria-hidden="true" class="fa-fw fas fa-plus-circle"></i></span><span class="bdt-ep-accordion-icon-opened reestr-opened"><i aria-hidden="true" class="fa-fw fas fa-minus-circle"></i></span></span><span role="heading" class="bdt-ep-title-text bdt-flex bdt-flex-middle">Name</span></div><div class="bdt-ep-accordion-content bdt-accordion-content" id="bdt-accordion-1" role="region" aria-labelledby="bdt-ep-accordion-accordion-1" hidden="">Text</div></div></div></div>What is the purpose to meddle in the code especially in multiline editor or html in case of <code> mode?
P.S. Even single line editor removes “</span>” tags in above code…IS NOBODY HAD SEEN THIS BEFORE?
Or may be there is some conflict with other plugins? But how other plugins may affect on striping tars wich is 100% sure done with some logic?
The topic ‘multiline and html editors break html code’ is closed to new replies.