Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-17123

Some emoji codes return a non-existent image

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.9, 3.3.10
    • None
    • None
    • None

    Description

      These emoji codes...

      :asterisk_symbol:
      :digit_zero:
      :digit_one:
      :digit_two:
      :digit_three:
      :digit_four:
      :digit_five:
      :digit_six:
      :digit_seven:
      :digit_eight:
      :digit_nine:
      :pound_symbol:

      ... returns a non-existent image :

      <img alt=":asterisk_symbol:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/2a.svg">
      <img alt=":digit_zero:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/30.svg">
      <img alt=":digit_one:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/31.svg">
      <img alt=":digit_two:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/32.svg">
      <img alt=":digit_three:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/33.svg">
      <img alt=":digit_four:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/34.svg">
      <img alt=":digit_five:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/35.svg">
      <img alt=":digit_six:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/36.svg">
      <img alt=":digit_seven:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/37.svg">
      <img alt=":digit_eight:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/38.svg">
      <img alt=":digit_nine:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/39.svg">
      <img alt=":pound_symbol:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/23.svg"

      twemoji.maxcdn.com redirects to cdn.jsdelivr.net, which eventually gets an error 

      « Couldn't find the requested file /2/svg/XXXX.svg in twemoji. »

       

      To fix it, no need to create new images; these problematic codes are actually supposed to display the emojis correctly rendered by other aliases

      :asterisk:
      :zero:
      :one:
      :two:
      :three:
      :four:
      :five:
      :six:
      :seven:
      :eight:
      :nine:
      :hash: (it's pound symbol, not pound currency!)

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            Big Monstro Big Monstro
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: