|
Fix Version: |
9.76.2 |
Description: |
See [https://forum.xwiki.org/t/confluence-import-broken-emoticon-import-with-new-confluence-format/16354]
Formerly, we could rely (or at least we thought we could rely) on {{ac:emoji-fallback}} containing the actual emoji, like in the following: {code:java} <ac:emoticon ac:name="smile" ac:emoji-shortname=":slight_smile:" ac:emoji-id="1f642" ac:emoji-fallback="🙂" / > {code} (and, by the way, on ac:emoji-id containing the hexa code of the emoji)
Now we can't, as code like this exists: {code:java} <ac:emoticon ac:name="cross" ac:emoji-shortname=":cross_mark:" ac:emoji-id="atlassian-cross_mark" ac:emoji-fallback=":cross_mark:" /> {code} We need to rely on ac:name first, and only fall back on other options if we don't know the emoji. |
Assignee: |
Raphaël Jakse |
Resolution: |
Fixed |
Status: |
Open Closed |
|