I am actually just debugging a similar problem for private messages. Will try to replicate it for comments.
(Basic idea is that we persist the new-comment form between page transitions, and there is a bug where some of the properties of the form don’t properly propagate, and this might sometimes result in you being on a new page, with a form that still has the properties of the old page)
I am actually just debugging a similar problem for private messages. Will try to replicate it for comments.
(Basic idea is that we persist the new-comment form between page transitions, and there is a bug where some of the properties of the form don’t properly propagate, and this might sometimes result in you being on a new page, with a form that still has the properties of the old page)
Yep, replicated it. Fixing it right now. Sorry for that happening.