semaphore
semaphore copied to clipboard
arbitrarily disallows posting unsensitive images in a post with title (content wrapper)
Description of the issue
Semaphore disables the checkbox “Mark media as sensitive” when composing a post with a content wrapper (title).
Using F12 to remove the disabled="" attribute¹ from the checkbox input tag allows me to uncheck it, and the resulting post is correct (content wrapper around the post body, but images visible), but that hack cannot be the answer.
① which is wrong anyway, it must be disabled="disabled", but that’s another matter altogether and doesn’t matter here
What you expected to happen
The checkbox is never disabled.
Same thing really: Semaphore disables the “+” button for polls once 4 options have been added but my instance handles much more and, using F12, I can enable a fifth option and it posts just fine!