Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Japanese IME bug when entering image alts and titles in rich text editing mode #4629

Closed
hand-dot opened this issue Nov 24, 2020 · 1 comment

Comments

@hand-dot
Copy link
Contributor

Describe the bug

The Japanese IME does not allow you to type correctly.
The same problem may occur not only with Japanese IMEs, but also with other IMEs.

To Reproduce

  1. Switch Rich Text editing mode.
  2. Create Image.
  3. Type Something 'alt' or 'title' in Japanese IME.
  4. The characters you entered are not displayed correctly.

Expected behavior

Be able to type Japanese correctly in the image alto and title.

Screenshots

Screen Recording 2020-11-24 at 12 51 22

Applicable Versions:

  • Netlify CMS version:
    • netlify-cms-app 2.13.3
    • netlify-cms-core 2.34.0
  • Git provider: GitHub
  • OS: macOS Catalina Version 10.15.6
  • Browser version Google Chrome Version 87.0.4280.67
  • Node.JS version: 14.15.0

CMS configuration

publish_mode: editorial_workflow
backend:
  name: git-gateway
  branch: master

media_folder: static/img
public_folder: /img

collections:
  - name: "blog"
    label: "Blog"
    folder: "src/pages/blog"
    create: true
    slug: "{{slug}}"
    fields:
      - {
          label: "Template Key",
          name: "templateKey",
          widget: "hidden",
          default: "blog-post",
        }
      - { label: "Title", name: "title", widget: "string" }
      - { label: "Slug", name: "slug", widget: "string" }
      - { label: "Publish Date", name: "date", widget: "datetime" }
      - { label: "Description", name: "description", widget: "text" }
      - { label: "Thumbnail", name: "thumbnail", widget: "image" }
      - { label: "Body", name: "body", widget: "markdown" }
      - {
          label: "Tags",
          name: "tags",
          widget: "list",
          max: 5,
          min: 1,
          default: [],
        }

@martinjagodic
Copy link
Member

Solved in Decap 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants