contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
150 stars 117 forks source link

Rich Text editor does not work correctly #1017

Open dmbdesignpdx opened 2 years ago

dmbdesignpdx commented 2 years ago

Hello, there is some kind of bug preventing a user from using the rich-text editor as expected (compared to the one in the builtin entry editor).

How it's implemented

Via @contentful/create-contentful-app using the @contentful/app-sdk:

<FieldWrapper
  sdk={sdkRef}
  name={label}
>
  <Field
    sdk={sdkRef}
    widgetId={widget}
  />
</FieldWrapper>

Expected behavior

Builtin entry editor:

https://user-images.githubusercontent.com/5041305/153089246-c8296e1a-5fd9-4435-971b-343de6dfb199.mov

Actual behavior

FieldWrapper with Field

https://user-images.githubusercontent.com/5041305/153089293-94ef91de-5141-44c3-b2cd-6ea0b2bf668f.mov

Versions

Please let me know if there is anything else I need to provide. Thank you.

alexdhaynes commented 2 years ago

Hello! I am seeing this exact same issue.

dmbdesignpdx commented 2 years ago

?

dmbdesignpdx commented 2 years ago

this behavior still persists when creating a brand new contentful app via @contentful/create-contentful-app@latest.

updated versions:

github-actions[bot] commented 2 years ago

Marking issue as stale since there was no acitivty for 30 days