Tagged: advanced-layout-editor
All of the sudden every time I edit the content of a text area with the Advanced Layout Area, extra unordered list tags are getting added to every single list item. I open the content area, don’t touch anything, save back to the main screen, and voila. This is not occuring in default WordPress editor, only in text areas managed by the Advanced Layout Area. I disabled all plugins, didn’t help. I’m running WordPress 4.3. (Adding admin credentials to private content so support can see for themselves.)
So this:
<ul>
<li><a href="/tech/actionscript-api/">JavaScript</a></li>
<li><a href="/tech/node-js/">Node.js</a></li>
</ul>
Turns into this:
<ul>
<ul>
<li><a href="/tech/actionscript-api/">JavaScript</a></li>
</ul>
</ul>
<ul>
<ul>
<li><a href="/tech/node-js/">Node.js</a></li>
</ul>
</ul>
Keeps doing it too! If I do it again, I get this:
<ul>
<ul>
<ul>
<li><a href="/tech/actionscript-api/">JavaScript</a></li>
</ul>
</ul>
</ul>
<ul>
<ul>
<ul>
<li><a href="/tech/node-js/">Node.js</a></li>
</ul>
</ul>
</ul>
Here’s a screencast: http://screencast.com/t/tZmRFT6jpLl
Hi JeeBar,
Unfortunately it looks like this bug was introduced in the latest version, we are working on a fix and it will hopefully be available during the weekend or early next week. Please bare with us.
Thanks,
Rikard
New release works like a charm, thanks for taking care of this problem so quickly!