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

IBX-5784, IBX-5743: CkEditor toolbar overflow #815

Merged
merged 11 commits into from
Jul 10, 2023

Conversation

Gengar-i
Copy link
Contributor

@Gengar-i Gengar-i commented Jun 19, 2023

Question Answer
Tickets IBX-5784
IBX-5743
Bug fix? yes
New feature? no
BC breaks? no
Tests pass? yes
Doc needed? no
License GPL-2.0

Ibx 5784 cd editor toolbar overflow

Checklist:

  • Coding standards (`yarn test)
  • Ready for Code Review

@Gengar-i Gengar-i changed the title IBX-5784: CkEditor toolbar overflow IBX-5784, IBX-5743: CkEditor toolbar overflow Jun 19, 2023
@Gengar-i Gengar-i requested a review from tischsoic June 19, 2023 11:06
@Gengar-i Gengar-i requested a review from lucasOsti June 20, 2023 11:27
const classes = {
'ibexa-backdrop--transparent': this.isTransparent,
};
const backdropClasses = Object.keys(classes).filter((property) => classes[property]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems like you want to have some createCssClassNames we have in react, maybe it is time to make this helper global?

Copy link
Contributor Author

@Gengar-i Gengar-i Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is only usefull in my opinion in react. I do not want to make single string, just array of them.
I could use createCssClassNames and than split them but what is the point.

@sonarcloud
Copy link

sonarcloud bot commented Jun 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@tomaszszopinski tomaszszopinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA approved on IbexaDXP 4.5 commerce

@tomaszszopinski
Copy link
Contributor

Regression build (all green) -> ibexa/commerce#303

@dew326 dew326 merged commit bba9dbc into 4.5 Jul 10, 2023
13 of 14 checks passed
@dew326 dew326 deleted the ibx-5784-cd-editor-toolbar-overflow branch July 10, 2023 10:55
@Gengar-i
Copy link
Contributor Author

Merge to 4.6: 6248a50

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

Successfully merging this pull request may close these issues.

None yet

8 participants