Page 1 of 1

Spoilers

Posted: Mon Sep 14, 2015 10:56 am
by Neco
Hi,

Just a reminder that spoilers are still broken.

As demonstrated here:
Spoiler!
A


Blah

Spoiler!
B


This makes minimizing large posts annoying (such as changelogs). I'd be happy to help rewrite the PHP if necessary.

EDIT: I'm also getting an error in the console related to spoilers:

Code: Select all

NoModificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The 'input' element does not support text insertion.
This is referring to

Code: Select all

this.innerText = "";
generated in the spoiler's "Show" button. Just something to note I suppose.

Re: Spoilers

Posted: Mon Sep 14, 2015 12:52 pm
by Haunt

Re: Spoilers

Posted: Mon Sep 14, 2015 5:25 pm
by aRt)Y
Unlikely to be fixed.

Re: Spoilers

Posted: Tue Sep 29, 2015 1:20 am
by uakf.b
That was easier than I thought it would be.