-
Notifications
You must be signed in to change notification settings - Fork 6
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
IBX-9154: The dropdown for custom class is illegible #193
IBX-9154: The dropdown for custom class is illegible #193
Conversation
8d5b996
to
409b7a6
Compare
409b7a6
to
31958a6
Compare
@@ -16,6 +17,14 @@ class IbexaAttributesUI extends Plugin { | |||
this.formView = this.createFormView(); | |||
|
|||
this.showForm = this.showForm.bind(this); | |||
|
|||
let timeoutId = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think new line? Or not, I'm already totally lost :D
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After applying the patch to version 4.6.13 in bundle fieldtype-richtext, an error occurs when running the yarn encore dev
command:
When opening any article, I cannot type anything into the intro and body fields, and errors appear in the console:
UPDATE: Unfortunately, the Apple patch version (Apple patch 2.0-12u11) I was using is too outdated. It is recommended to use GNU patch instead. I installed the GNU version (gpatch), and the patch works without errors now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA Approve
PR tested on 4.6.x-dev, patch applied (with GNU version) and successfully tested on v4.6.14
Description:
It was necessary to add a scroll for the custom tags and custom attributes panels. PR also solves
https://issues.ibexa.co/browse/IBX-9233
For QA:
Documentation: