01-30-2019 04:08 PM - edited 01-30-2019 04:10 PM
I just tried to post a message where I tried to use strikethru text and it kept throwing the "html removed, please review the changes" error message. Using the most recent version of chrome if that matters.
Testing can I edit the post.
Just tried to make the word Testing strikethru and got the message:
"Your post has been changed because invalid HTML was found in the message body. The invalid HTML has been removed. Please review the message and submit the message when you are satisfied."
So it's broken.
01-30-2019 04:38 PM
Testing to see if I can post strike-through text. Nope.
Happening for me, too.
"Correct the highlighted errors and try again."
01-30-2019 04:42 PM
good to know it's not just me (this time).
01-30-2019 06:10 PM
01-31-2019 10:27 AM
Looking into this, thanks for the heads-up!
@dtexley3 wrote:
I just tried to post a message where I tried to use strikethru text and it kept throwing the "html removed, please review the changes" error message. Using the most recent version of chrome if that matters.
Testing can I edit the post.
Just tried to make the word Testing strikethru and got the message:
"Your post has been changed because invalid HTML was found in the message body. The invalid HTML has been removed. Please review the message and submit the message when you are satisfied."
So it's broken.
02-03-2019 09:19 AM - edited 02-03-2019 09:20 AM
Adding a "me too" at the end here.
Not working in Silk or Chrome for Android.
I did notice something ... before the "invalid HTML" error pops up, Silk will sometimes flash the HTML version of the post up for a second.
It shows that the strikethrough code is being set as a <span></span> ... whatever formatting code is within that span is being removed ... probably <strike>
<strike></strike> has been deprecated ... And obsoleted in HTML5 ... which may be causing issues in some browsers.
The markup tag should be <s></s>
02-03-2019 10:39 AM
The markup tag should be <s></s>
I was going to protest when I saw HTML5, but did some quick testing, and determined that even Firefox 2.0 supports <s></s> - therefore that change wouldn't obsolete browsers like FF31 (that I use) so nevermind 🙂
I tried to use the forum strikethrough feature on your text above to check again - it's still broken.
02-03-2019 11:19 AM - edited 02-03-2019 11:20 AM
testing to capture code
strike
#edited after error# Although it removes it ... the below shows that the strikethrough icon is inserting <strike></strike>
<body id="tinymce" class="mce-content-body lia-message-editor" data-id="tinyMceEditor" contenteditable="true" aria-label="Body"> <p>testing to capture code</p> <p><br data-mce-bogus="1"></p> <p><strike>strike</strike></p> </body>
02-03-2019 11:23 AM
Ummm ... ha .... jumped on my laptop to get a real browser to view ... forgot that I was logged in under the store ... oops 🙂