Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple reply boxes stack up #154

Closed
jde opened this issue Dec 10, 2016 · 1 comment
Closed

Multiple reply boxes stack up #154

jde opened this issue Dec 10, 2016 · 1 comment

Comments

@jde
Copy link

jde commented Dec 10, 2016

Expected behavior

We should only ever see more than one reply box. The top comment box is always open. At most, no matter how may reply buttons users clicks, they should never see more than 2 boxes (the top box and the reply box for the last reply button clicked.)

Clicking on reply for another comment while a reply box is already open should close the other reply box (content in it can be lost.)

Actual behavior

Clicking reply on n comments opens up n reply boxes, all of which stack up:

multiple_reply_boxes

Steps to reproduce behavior

Go to a thread.
Click reply on a comment.
Click reply on another comment.
The first reply should close, but doesn't.

@jde
Copy link
Author

jde commented Jan 31, 2017

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant