-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
MarkdownField not working properly in List Region #1486
Comments
demo video attached: piranhacms-region-issue.mp4 |
Thanks for your detailed error report. There's an issue when the new item is expanded causing all buttons in the markdown toolbar to be clicked. We will fix this in the upcoming version, but here's a workaround to fix it in your current application. First create a javascript-file in your custom-overrides.js
Then you register it in your
This will override the default component handling the regions in the manager and fix the issue. Best regards |
Let's say you have this region:
Let's say Whatever is like:
Then, when trying to add a "whatever" in the manager, this happens (screenshot):
When ListExpand = true, the problem doesn't happen.
The text was updated successfully, but these errors were encountered: