• Plugin Author mattsaul

    (@mattsaul)


    Bad news, TinyMCE is inserting this code in between the ignore code shortcodes:

    <span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”>?</span>

    I don’t know how to fix it. It’s a known issue, you can see this thread for more info.

    In the mean time if you NEVER go outside of code view TinyMCE won’t have a chance to mangle your code.

    • This topic was modified 6 years, 10 months ago by mattsaul.
    • This topic was modified 6 years, 10 months ago by mattsaul.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mattsaul

    (@mattsaul)

    A workaround for the issue:
    Install Advanced TinyMCE Configuration

    And for the settings, option name wp_keep_scroll_position and its value false

    I could just have the plugin disable Keep Scroll Position but that would stop functionality of something people might actually need so leaving the option open is the better route.

    If you need Keep Scroll Position you can also avoid the extra bookmark code coming up by clicking anywhere outside the short code before switching to the visual view.

    The fix only removes the code, but the visual editor of WP does not work. ??

    I’ve experienced this error too and wondering if there’s a solution? I’ve:

    – deactivated all plug-ins
    – cleared cache from my browser
    – cleared cache from my site

    Code I keep getting when trying to use visual editor is: <span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”>?</span>

    Thank you

    Plugin Author mattsaul

    (@mattsaul)

    I might just have to shut this plugin down because they made such drastic changes to TinyMCE in the latest versions or WordPress. Either that or do a complete re write.

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