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

Rendering issue: Custom fields are causing problems for other components. #14489

Closed
rktyt opened this issue Sep 29, 2022 · 2 comments · Fixed by #14873
Closed

Rendering issue: Custom fields are causing problems for other components. #14489

rktyt opened this issue Sep 29, 2022 · 2 comments · Fixed by #14873
Assignees
Labels
issue: bug Issue reporting a bug severity: high If it breaks the basic use of the product source: core:content-manager Source is core/content-manager package status: confirmed Confirmed by a Strapi Team member or multiple community members

Comments

@rktyt
Copy link

rktyt commented Sep 29, 2022

Bug report

Required System information

  • Node.js version: 16
  • NPM version: 8
  • Strapi version: 4.4.0
  • Database: mysql8
  • Operating system: debian

Describe the bug

When custom fields and JSON,RichText fields are used together, the
JSON,RichText fields will go wrong.

JSON and RichText fields do not display values.
Click once to appeared.

and...

Overlapping line numbers are displayed in JSON fields.

Screenshots

JSON fields:
screenshot

Additional context

I also tried ColorPicker 4.4.0 but the same problem occurs.

It does not seem to be related to the Input component of the custom field.
Because it happens even if the Input component is the following.

export default () => {
  return <div>test</div>
}
@rktyt rktyt changed the title Rendering issue: JSON and RichText Fields Rendering issue: JSON and RichText Fields (AdminPanel) Sep 29, 2022
@rktyt rktyt changed the title Rendering issue: JSON and RichText Fields (AdminPanel) Rendering issue: Custom fields are causing problems for other components. Sep 29, 2022
@robsgreen
Copy link

I am also seeing this issue on 4.4.3
I added a custom field based on JSON and now the other regular JSON fields in the admin display this behavior.

image

@derrickmehaffy derrickmehaffy added issue: bug Issue reporting a bug severity: high If it breaks the basic use of the product status: confirmed Confirmed by a Strapi Team member or multiple community members source: core:content-manager Source is core/content-manager package labels Nov 1, 2022
@emilieringwald
Copy link

Hello! We just added this to our current sprint, we'll give you an update as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Issue reporting a bug severity: high If it breaks the basic use of the product source: core:content-manager Source is core/content-manager package status: confirmed Confirmed by a Strapi Team member or multiple community members
Projects
Status: Fixed/Shipped
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants