Cursor is invisible after image node

Hi

I noticed that in the example editor , if the cursor is moves right after the image, the cursor will become invisible, which could be quite annoying. I wonder if this is a know issue and what’s the recommended way to fix this?

Thanks.

Which browser does this happen in? Both Firefox 63 and Chrome 70 seem fine.

@marijn: sorry this is just a false alarm. I mistakenly sets the style font-size: 0 to the element that renders the image node, and in chrome that will hide the adjacent cursor that is right after the image. After removing the font-size: 0, the problem goes away.

Again, thank you for your quick response.

I’m experiencing this issue with Chrome 79 on osx.

Using display: inline-block worked in my case. Solution was found here: Cursor appears inside inline node when at end of preceding text node - #2 by marijn