• Resolved chrpetrov

    (@chrpetrov)


    Encoded HTML entities get decoded on save when the WPGlobus plugin is enabled.

    To reproduce:

    1) Create a new page/post
    2) Ensure the WPGlobus toggle in the Publish pane is set to ON
    3) Switch to the Visual editor and enter following content: <b>foobar</b>. The Text editor will show: &lt ;b&gt ;foobar&lt ;/b&gt ; (remove spaces)
    4) Tap on Save draft
    5) Visual editor content: foobar in bold weight
    Text editor content: <b>foobar</b>

    Expected behaviour:

    When executing these steps with the WPGlobus toggle set to off, the results of step 5) are the following:

    Visual editor content: <b>foobar</b>
    Text editor content: &lt ;b&gt ;foobar&lt ;/b&gt ; (remove spaces)

    • This topic was modified 8 years, 11 months ago by chrpetrov.
    • This topic was modified 8 years, 11 months ago by chrpetrov.

The topic ‘HTML entity encoding not preserved on save’ is closed to new replies.