emoji stopped working
-
Is that browser specific? Which one did you test with?
-
@frissdiegurke said in emoji stopped working:
Is that browser specific? Which one did you test with?
Google Chrome ( last version )
-
I cannot reproduce. Do you have a live site?
-
@frissdiegurke SanatiSharif.ir ( is on production mod and we Disabled emoji-apple on it Because of this bug)
-
There seem to be other javascript errors
js-index.php:2593 Uncaught TypeError: Cannot read property 'value' of undefined js-index.php:1387 Uncaught TypeError: $(...).flexslider is not a function
I assume when you fix them it'll work since those errors block some javascript of NodeBB itself.
-
@frissdiegurke what can I do ?
-
nvm. I assumed you had some custom theme but you just didn't send a direct link to the forum. I don't speak your native language, so next time the direct forum link please.
-
I can reproduce now (on your website), it's not directly related to emoji-extended but one of its dependencies (jquery-textcomplete). I assume it could be because of RTL language; doing further investigations with a local setup now...
EDIT: confirmed on local copy, it's related to the
fa_IR
language
EDIT2: it's because ofdata-dir="rtl"
onhtml
tag. Update to up-to-date jquery.textcomplete doesn't fix
EDIT3: confirmed jquery.textcomplete bug; v0.7.1 of jquery.textcomplete does work -
@sanatisharif You can now replace NodeBB/public/vendor/textcomplete/jquery.textcomplete.js with https://raw.githubusercontent.com/frissdiegurke/jquery-textcomplete/master/dist/jquery.textcomplete.js
Then remove NodeBB/public/nodebb.min.js and restart NodeBB.This should fix the freeze. It however does not fix the dropdown covering the cursor and text beyond. Please report further issues here. When they got solved within upstream, ask the NodeBB devs to update jquery.textcomplete.
Thanks!
-
@frissdiegurke
The credit here diffidently goes to you due to your kindness and fantastic support. Thank you so much for you time on this. I am now following the GitHub resource for updates and notices . I hope we can get this fixed as soon as possible.
By the way forgive me for the inconvenience you encountered earlier in accessing to our forum . -
Based on this issue the RTL language bug has been fixed. So now how can we get it fixed on the forum.I mean is there something that we need to update ?
-
@sanatisharif I've sent a PR to NodeBB for updating to latest jquery.textcomplete including the fix. If this is done, it will be fixed within NodeBB and contained within next release.
-
@frissdiegurke
That's perfect . Thank you so much for everything.