Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Version 0.1.1 Released
judgej
✭
Slowly working through the known issues:
The "Reply" button can be clicked multiple times, bringing up a new comment
form each time. The button needs to be disabled, or at least to not attempt
to pull up a new form if one is already present (should be easy enough in jQuery).
Clicking the edit button more than once toggles between a form and the original
post. It would make sense to take the same approach for usability.
[FIXED 0.1.1]
The "Reply" button can be clicked multiple times, bringing up a new comment
form each time. The button needs to be disabled, or at least to not attempt
to pull up a new form if one is already present (should be easy enough in jQuery).
Clicking the edit button more than once toggles between a form and the original
post. It would make sense to take the same approach for usability.
[FIXED 0.1.1]
Tagged:
0
Comments
That way you don't have to constantly scroll up and down to refer to the post you're replying to like you do by default (since the comment form is at the bottom of the discussion page), because the comment you're replying to is right above the reply form.
There was a plugin that did that in vanilla 1, which happened to be a step worse than this - the comment form in v1 only appeared on the last page of a discussion, so you could be replying to a comment that was several pages back.