Gender/skin emoji problems in Editor (Codemirror)

Steps to reproduce

  1. Type in an emoji such as :+1:t3:
  2. Use arrow-left to move the cursor to the left of the emoji
  3. Try to insert any character

Expected result

To see the character I’ve typed

Actual result

Weird change of color of emoji and extra “box” character

Environment

  • Operating system: MacOS 10.15.7
  • Obsidian version: 0.9.3

Additional information

emoji

unable to replicate. same environment.

LATER EDIT: bug present when skin color is modified on emoji.

2 Likes

What are you using as the emoji picker? The box that appears just faintly at the top of the GIF?

@anon27868835 is the default macos Emoji picker

found out that grapheme cluster are not supported

left Obsidian - right TextEdit
image

1 Like

I’m using the emoji picker with the default shortcut (CTRL-⌘-SPACE to pop it up)

But if it’s just me, I don’t know, maybe it’s something about the keyboard I’m using (?)

emoji-full

was able to replicate based on second screen capture - @akaalias used an emoji with different skin color.

so emoji modifiers are not supported. maybe related to grapheme cluster ?

Oops, yes. Sorry.

1 Like

No need to apologize! It’s a good question, how should you have known?

Actually learned a Mac trick from you after all these years – I always use character viewer mode for that control and never paid attention that there was an option to use an insertion mode like you showed in your images above. Works similar to on iOS. Cool :nerd_face:

1 Like

is this still happening with latest version of the installer?

Related to: Gender/skin emoji problems in Editor (Codemirror)

Steps to reproduce

  • Insert an emoji character (e.g. :family_man_boy_boy:)
  • Press backspace

Expected result

  • The entire emoji is removed.

This happens for all emojis, not just emojis with modifier sequences.

Actual result

  • You end up with::family_man_boy:‍�

It takes 6 backspaces to delete this character.

Environment

  • Operating system: macOS
  • Obsidian version: 0.10.1

Additional information

1 Like

Can confirm the problem reported by @liam, same on Windows.

I still see this behavior on Mac with 0.12.13.
CodeMirror 6 has support for navigating around graphemes CodeMirror 6 Reference Manual.

Release notes for CodeMirror 5.59.3 (2021-02-20) also indicate they changed something related to zero-width joiners for rendering multi-character emoji:

though the issue linked above is still open.

the issue hasn’t been fully fixed upstream.

this seems to work fine in the new editor.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.