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

BUG: Display order of border radius is not correct #6369

Closed
2 tasks done
hubermat opened this issue Jan 14, 2025 · 0 comments · Fixed by #6379
Closed
2 tasks done

BUG: Display order of border radius is not correct #6369

hubermat opened this issue Jan 14, 2025 · 0 comments · Fixed by #6379

Comments

@hubermat
Copy link

GrapesJS version

  • I confirm to use the latest version of GrapesJS

What browser are you using?

Chrome v130

Reproducible demo link

https://grapesjs.com/demo-newsletter-editor.html

Describe the bug

How to reproduce the bug?

  1. in the editor, select any element
  2. in the styles section, go to border radius

What is the expected behavior?
The border radius settings for the four corners are displayed:
top-left top-right
bottom-left bottom-right

What is the current behavior?
The border radius settings for the bottom corners are swapped:
top-left top-right
bottom-right bottom-left

Bildschirmfoto 2025-01-14 um 11 47 36

In the new GrapesJS Studio, the display order is correct!

Bildschirmfoto 2025-01-14 um 11 46 18

Code of Conduct

  • I agree to follow this project's Code of Conduct
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

Successfully merging a pull request may close this issue.

1 participant