mysteryhunt / puzzle-editing

Software for editing/testing puzzles for the MIT Mystery Hunt
http://www.mit.edu/~puzzle/
27 stars 11 forks source link

All available puzzle answers sometimes flash when loading a puzzle page #63

Open adamantoise opened 10 years ago

adamantoise commented 10 years ago

Occasionally, when loading a puzzle page (puzzle.php), the list of all available puzzle answers flashes briefly on the screen before being replaced by the puzzle content when the Javascript code runs. This can result in a lot of people being accidentally spoiled on various answers.

ylin42 commented 10 years ago

Can someone who doesn't have bits to change puzzle answers verify whether this happens to them?

kchen commented 10 years ago

I haven't seen this behavior with answers, but I have seen this before for people's accounts (for things like adding/removing editors). I suspect it only happens for people with bits to change puzzle answers, although it's unfortunate either way. (And the listing of all accounts flashing briefly is also unfortunate.)

bismuth-taco commented 10 years ago

As someone without answer bits, this does not happen. Looking through the puzzle.php html source I see a lot of checkboxes for author, spoiled, and factcheck, but the answers are not in here. So unless they're AJAX'ed in, I don't think it happens.