What happened
I was playing around with post direction, toggling right to left option worked, but could not revert it. Page keeps showing “Changes saved” but nothing really happens, the check next to “right to left” just does not go away, and the post direction never changes back.
Any steps you took before the bug appeared, if it’s not something obvious
No. Tried it a couple of times, always the same behaviour.
Nice catch! I am getting the same problem too. Perhaps it is something on the server end.
There is a way to get a post back to “left-to-right”. It involves working with the API and a little bit of command line. I would be glad to share it but wasn’t sure how urgent the matter is or if it’d soon be made redundant when @matt finds the fix.
I’ve just replied to the github issue with the fix.
Basically, unchecked boxes are not sent in http requests. You could verify that by capturing HTTP request header. To fix this, you just need to check if its value in http header is set (true) or unset (false), not its value (true or false).