b04rd / flask_reddit

Reddit clone in flask + python. Deployed w/ nginx + gunicorn. View site:
http://reddit.lucasou.com
MIT License
1 stars 2 forks source link

Bug with 2 open reply forms #21

Closed telldanesaloca closed 8 years ago

telldanesaloca commented 8 years ago

Actions order:

  1. Open 2 reply forms in different branches of comment
  2. Post comment in 1st branch.
  3. Comment in 1st branch posted, form in 2nd still open. Post reply to comment in 1st branch.
  4. Result - this comment disappears. bug
telldanesaloca commented 8 years ago

And after that I can add only one reply to "branch2 for demo". Next replies disappear too.

telldanesaloca commented 8 years ago

Illustration for the new problem after the fix (user changed his mind about where he'd like to reply): netuda

yl3dy commented 8 years ago

Looks like fixed, probably during fixing of #23.