The issue could only be seen by personally compiling the development build, not the stable build, so it wasn't such a problem. I rarely put tags with B, I, U… so I waited for further work. On the other hand, you rarely commit something that doesn't work later and I was able to get your attention faster.
Back to the recent changes. It's nice, but on December 18th I noticed that adding tags around a word works ALMOST always well:
- at the beginning of the word: OK
- in the middle of the word: OK
- at the end of a word: OK except for one case - immediately after this word there is an opening or closing tag
I am attaching an animated GIF that shows these cases.
And here is the test line of text (I marked in red the places where surrounding by html tag does not work).
Code:
<p>micro|<b>computer|</b></p>
Perhaps applying a similar solution you have been using recently
here would help.