You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you attempt to ONLY @mention a user and post it, only the @symbol is posted. Take a look at the VueJs NewReply component in VueJs DevTools in Chrome which shows that only the @ symbol is being submitted. What's more weird is that upon another keystroke, after you have selected a user to @mention, the entire username now fills in on the VueJs Component.
Steps to reproduce:
Navigate to any thread page and scroll down to bottom for new reply textarea
Open chrome Devtools and bring up the NewReply component, watch the body field
In the new reply box type "@" and select a user (1 keystroke and 1 click)
Without any other keystrokes/clicks, notice what is typed in the textbox and what the NewReply.vue body field shows.
Anybody have any idea how to fix that?
Thanks!
The text was updated successfully, but these errors were encountered:
I have seem to have found some insight into this issue... its a Jquery vs VueJs problem. I has to do with the fact that JQuery is added the @mention to actual DOM and VueJs is inspecting the virtual DOM.
When you attempt to ONLY @mention a user and post it, only the @symbol is posted. Take a look at the VueJs NewReply component in VueJs DevTools in Chrome which shows that only the @ symbol is being submitted. What's more weird is that upon another keystroke, after you have selected a user to @mention, the entire username now fills in on the VueJs Component.
Steps to reproduce:
Anybody have any idea how to fix that?
Thanks!
The text was updated successfully, but these errors were encountered: