Alexandre Demode
Alexandre Demode
Hey! No, the image implementation does not manage that today, but I guess it can be added without that much work.
That's because the plugin uses the browser API, and it seems the browser is doing it the old way. Maybe we should try to update this on the Trumbowyg side.
I have the exact same issue in JetBrains IDEs, so it does not seems to be an issue with the VSCode extension I suppose đ€·đŒââïž
I think it's not that easy to do without issues ^^' One way could be to replace script tags with something else, only in the view, but keep it in...
Hey I've tried on my side: ```js $('textarea').trumbowyg(); setTimeout(() => { $('textarea').trumbowyg('html', 'Hey'); }, 1000); ``` And it works fine :)
OK, so it is broken. You're building the editor on something that differs from a textarea element... If you switch from your div to a textarea, it should work
Without any more details like a demo page of the issue, I can't help you. I close this, for now. Feel free to send me a page where it fails...
So we should check the loaded version to adjust calls done ?
Tu verrais ça comment ? Parce que, en soi, quand tu es sur la liste des sujets, tu peux directement accéder au dernier message non-lu, ainsi que depuis les sujets...
Personnellement, je ne vois pas l'intĂ©rĂȘt de lire le dernier message d'une conversation si tu n'as pas lu les messages d'avant. Je suis par contre d'accord que le "Dernier message..."...