ivirabyan / jquery-mentions

Adds mentioning support to your text fields.
http://ivirabyan.github.io/jquery-mentions/
MIT License
114 stars 49 forks source link

Causing application to restart (Solved) #84

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi, this issue only recently started to happen. After selecting the value, it works, it highlights then restarts the app.

I'm using the latest version of the JS available of jquery-mentions. I'm using phonegap, latest CLI, think it's 7.

Anyone else has this issue?

EXTRA: I have not edited the JS. I redownloaded the supplied JS and it did the same, again.

ghost commented 5 years ago

I fixed the issue. I don't understand why it was happening, but anyway, I had a div with a background image of the member in the li. When that was being clicked, not the text, it was causing the app to restart. I just made the div unclickable with pointer-events as none and the issue went away.