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

Entry editor app in bulk editor needs to access useAutoResizer #1844

Open
AKlein920 opened this issue Feb 26, 2024 · 4 comments
Open

Entry editor app in bulk editor needs to access useAutoResizer #1844

AKlein920 opened this issue Feb 26, 2024 · 4 comments

Comments

@AKlein920
Copy link

I am working on an entry editor app to manage many options for creating cards. Usually, these individual entries are best shown in the bulk editor interface, so content editors can easily edit many at a time.

However, the useAutoResizer method is not available in the entry editor location. Is there any workaround to properly render the editor app at the correct dimensions?

Screenshot 2024-02-26 at 17 28 10

@vipulchadda
Copy link

We are facing the same issue.
Also, the bulk editor chooses the first editor and there is no way to switch editors if there are multiple options available.

@ethan-ozelius-contentful
Copy link

ethan-ozelius-contentful commented Apr 23, 2024

Disclaimer, this comment likely has very little (to nothing) to do with this particular issue.

@vipulchadda

... Also, the bulk editor chooses the first editor and there is no way to switch editors if there are multiple options available.

Hopefully I'm understanding your issue correctly, but are you able to drag/drop the entry editors order from the content type "Entry Editor" settings? See gif. If this is not the case, could you provide more context/steps to reproduce?

Thanks

entry-editor-fields

@vipulchadda
Copy link

@ethan-ozelius-contentful I was talking about the bulk editor for the referenced entries. When bulk editor is not enabled, you have the option to change the editor for the referenced entries but that option is not available for bulk editors.

Screen.Recording.2024-04-23.at.3.52.00.PM.mov

@ethan-ozelius-contentful

Hello @AKlein920, thank you for raising this issue.

Are you still experiencing this bug? A change was merged a few days ago to fix some CSS outside of the iframe that was interfering with this width and could have been causing this issue.

Since you mentioned that you are working on a custom app, it's difficult for us to debug what could be going wrong, so if you could provide code examples, or specific conflicting CSS rules, and steps to reproduce that would be much appreciated.

Thank you!

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

No branches or pull requests

3 participants