BeefreeSDK / beefree-sdk-npm-official

Official NPM package of Beefree SDK
https://developers.beefree.io
Apache License 2.0
19 stars 7 forks source link

Multibyte Characters Not Entering Correctly in beeFreeSDK Image Alt Tag Input Form #153

Open holmes1825 opened 2 months ago

holmes1825 commented 2 months ago

Describe the bug When using the beeFreeSDK, the input form for the image alt tag does not work properly with multibyte characters. For example, when trying to input "楽しい" (fun), it gets split into "tあnおsいい", separating vowels and consonants.

To Reproduce Steps to reproduce the behavior:

  1. Go to the beeFreeSDK interface.
  2. Try to input the multibyte characters "楽しい" into the image alt tag input form.
  3. Observe the incorrect splitting of characters.

Expected behavior The multibyte characters should be input correctly without splitting vowels and consonants. The expected input should remain as "楽しい".

Screenshots

image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context This issue is specific to the image alt tag input form. Other input forms in the beeFreeSDK do not exhibit this behavior.