• I’m seeing some weirdness when my post content has a <span> tag. The edit page is showing the contents of the span tag alongside the multiedit tabs (screenshot below).

    This is the HTML in my page:

    1 STOP Lighting Coupons
    
    <span>all kinds of content goes here...</span>
    
    <img style="margin: 0px 5px 5px 0px; float: left;" alt="" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Smiley.svg/800px-Smiley.svg.png" width="100" />

    Screenshot:
    https://snag.gy/XpuMp.jpg

    Any clues what’s causing this and (more importantly) how to make it stop?

    https://www.ads-software.com/plugins/pagely-multiedit/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bdamato

    (@bdamato)

    *bump*

    Does anyone else see this behavior?

    geoffdaw

    (@geoffdaw)

    Probably too late an answer to be useful but I did see this behavior when I was playing around with MultiEdit a couple of years back. I managed to fix it by changing a line in multiedit.js (line 33 in the 0.9.8.3 version I was using) from:
    jQuery('#multiEditControl').append(jQuery('#multiEditHidden span'));
    to:
    jQuery('#multiEditControl').append(jQuery('#multiEditHidden span.multieditbutton'));

    I was going to check it out using the 0.9.8.4 version of the plugin but I can’t think how I got the span into the content as it seems to strip any changes made in the Text window.

    geoffdaw

    (@geoffdaw)

    It is still a bug in 0.9.8.4 ??

    Time for a major update!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘span tag behavior’ is closed to new replies.