Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » The Check mark is broken?
- Wyan100
-
1000+ posts
The Check mark is broken?
My browser / operating system: Windows NT 10.0, Chrome 85.0.4183.121, No Flash version detected
So you know the little check mark that you press to see your post? (Mine's right there /\ at the moment)
Well recently if I type:
then press the Checkmark, on my screen it pops up as:
Do you know why this is happening? And if I can make it stop?
So you know the little check mark that you press to see your post? (Mine's right there /\ at the moment)
Well recently if I type:
then press the Checkmark, on my screen it pops up as:
<br/><br/><blockquote><p class=“bb-quote-author”>ExampleText wrote:</p><pre class=“blocks”>when green flag clicked<br/>go to <br/>set volume to (500) %<br/>say </pre></blockquote><br/>
Do you know why this is happening? And if I can make it stop?
- mtech22
-
1000+ posts
The Check mark is broken?
That sounds like the HTML may be appearing instead of the bbcode. Did you recently install any browser extensions, and did you try reloading the page? I don't know much about HTML so thats all I could think of.
Last edited by mtech22 (Sept. 25, 2020 23:08:41)
- Wyan100
-
1000+ posts
The Check mark is broken?
That sounds like the HTML may be appearing instead of the bbcode. Did you recently install any browser extensions, and did you try reloading the page? I don't know much about HTML so thats all I could think of.
I haven't installed any Browser Extensions (I think…)
Also if I reload the page it deletes what I was writing so I'm not exactly sure how that would help…
<blockquote><p class=“bb-quote-author”>mtech22 wrote:</p>That sounds like the HTML may be appearing instead of the bbcode. Did you recently install any browser extensions, and did you try reloading the page? I don't know much about HTML so thats all I could think of.</blockquote><br/>I haven't installed any Browser Extensions <span class=“bb-small”>(I think… )</span><br/><br/>Also if I reload the page it deletes what I was writing so I'm not exactly sure how that would help…
Last edited by Wyan100 (Sept. 25, 2020 23:12:41)
- mtech22
-
1000+ posts
The Check mark is broken?
If i quote someone, this will happen, but if i don't, nothing will. Strange.
Edit: NVM, it shows when I insert BBCODE.
Edit: NVM, it shows when I insert BBCODE.
Last edited by mtech22 (Sept. 25, 2020 23:14:42)
- Wyan100
-
1000+ posts
The Check mark is broken?
If i quote someone, this will happen, but if i don't, nothing will. Strange.
Edit: NVM, it shows when I insert BBCODE.
I T S S P R E A D I N G.
- gdpr70f61245d597c25631fbb669
-
100+ posts
The Check mark is broken?
Yep, I can confirm this is happening for me as well. It seems the HTML is being escaped when it should not be.
- DownsGameClub
-
1000+ posts
The Check mark is broken?
This appears to be a site wide issue. I'm getting this on my MacBook as well.
My browser / operating system: MacOS Macintosh X 10.15.6, Safari 14.0.
Honestly, it's kinda funny that it's spitting out the HTML instead of what would show up.

My browser / operating system: MacOS Macintosh X 10.15.6, Safari 14.0.
Honestly, it's kinda funny that it's spitting out the HTML instead of what would show up.

- bigpuppy
-
1000+ posts
The Check mark is broken?
My browser / operating system: MacOS Macintosh X 10.15, Firefox 81.0, Flash 32.0 (release 0)
Can reproduce:

Can reproduce:

- Maximouse
-
1000+ posts
The Check mark is broken?
CR
My browser / operating system: Windows NT 10.0, Chrome 85.0.4183.102 Microsoft Edge 85.0.564.51

The Scratch Team was probably trying to fix a bug and accidentally messed up something.
My browser / operating system: Windows NT 10.0, Chrome 85.0.4183.102 Microsoft Edge 85.0.564.51

The Scratch Team was probably trying to fix a bug and accidentally messed up something.
- whiteandblackcat
-
1000+ posts
The Check mark is broken?
Can also reproduce
My browser / operating system: MacOS Macintosh X 10.15.6, Safari 14.0, No Flash version detected

If it helps, I tried quitting safari and reloading the page and neither helped
I also incidentally restarted my computer today and no change
Although judging by the range of people, browsers and OSs having this problem, it seems to be on scratch's end
My browser / operating system: MacOS Macintosh X 10.15.6, Safari 14.0, No Flash version detected

If it helps, I tried quitting safari and reloading the page and neither helped
I also incidentally restarted my computer today and no change
Although judging by the range of people, browsers and OSs having this problem, it seems to be on scratch's end
Last edited by whiteandblackcat (Sept. 26, 2020 07:34:37)
- Maximouse
-
1000+ posts
The Check mark is broken?
I think I found the reason: the server incorrectly escapes HTML tags in the preview.

Assuming the forums code hasn't changed much since 2016, they might have removed |safe from templates/djangobb_frum/post_preview.html, line 27, or, less likely, changed the post_preview view itself.

Assuming the forums code hasn't changed much since 2016, they might have removed |safe from templates/djangobb_frum/post_preview.html, line 27, or, less likely, changed the post_preview view itself.
Last edited by Maximouse (Sept. 26, 2020 07:49:36)
- JustTbear
-
100+ posts
The Check mark is broken?
ok let me look at this
bbcode
bbcode
ok let me look at this<br/><span class=“bb-bold”>bbcode</span>
ok let me look at this<br/><span class=“bb-bold”>bbcode</span><br/><blockquote><p class=“bb-quote-author”>yes wrote:</p>ok let me look at this<br/><span class=“bb-bold”>bbcode</span><br/></blockquote>
- mybearworld
-
1000+ posts
The Check mark is broken?
Test Test!!!
Everything works fine?
Ohh forget it. When you put an enter, it gives you “<br>”…
Oh. And <br> is “<br>”…
I could go in a loop for agess…
TEEST
<span class=“bb-bold”>TEEST</span>
Okay, that's something weird. Hope a developer sees this!
Everything works fine?
Ohh forget it. When you put an enter, it gives you “<br>”…
Oh. And <br> is “<br>”…
I could go in a loop for agess…
TEEST
<span class=“bb-bold”>TEEST</span>
Okay, that's something weird. Hope a developer sees this!
- Jeffalo
-
1000+ posts
The Check mark is broken?
i think it might be likely someone found some kind of xss vulnerability, and then the ST took a very interesting approach to sanitizing the HTML…
- Maximouse
-
1000+ posts
The Check mark is broken?
Maybe lol i think it might be likely someone found some kind of xss vulnerability, and then the ST took a very interesting approach to sanitizing the HTML…
- Jeffalo
-
1000+ posts
The Check mark is broken?
i don't really have the right to criticize…Maybe lol i think it might be likely someone found some kind of xss vulnerability, and then the ST took a very interesting approach to sanitizing the HTML…
my website

- -InsanityPlays-
-
1000+ posts
The Check mark is broken?
Can reproduce and confirm - this is happening on Chromebook as well.
- Jeffalo
-
1000+ posts
The Check mark is broken?
Agreed. This was expected, from a change that someone made to the inner workings of the website. I've forwarded this on to them.
- lovecodeabc
-
1000+ posts
The Check mark is broken?
Oh iPad does not work
My browser / operating system: MacOS Macintosh X 10.15.4, Safari 13.1.2, No Flash version detected
Like
National Weather service
It looks like
Oh iPad does not work<br/>My browser / operating system: MacOS Macintosh X 10.15.4, Safari 13.1.2, No Flash version detected<br/>Like<br/><a href="http://weather.gov">National Weather service</a>
My browser / operating system: MacOS Macintosh X 10.15.4, Safari 13.1.2, No Flash version detected
Like
National Weather service
It looks like
Oh iPad does not work<br/>My browser / operating system: MacOS Macintosh X 10.15.4, Safari 13.1.2, No Flash version detected<br/>Like<br/><a href="http://weather.gov">National Weather service</a>
- Discussion Forums
- » Bugs and Glitches
-
» The Check mark is broken?