Concrete 5.7.5.6 - Applying border-radius doesn't stick
Permalink
Hello,
I was able to apply background color, some padding and top margin to a block, but I wasn't able to apply border-radius. I can enter the value but upon clicking Save, nothing is changed nor is it after publishing changes.
I was able to apply background color, some padding and top margin to a block, but I wasn't able to apply border-radius. I can enter the value but upon clicking Save, nothing is changed nor is it after publishing changes.
Seems like I posted this answer to wrong tab. :)
It was supposed to go here:
https://www.concrete5.org/community/forums/chat/proper-way-to-overla...
Karl's answer below seems to make much more sense to this question.
It was supposed to go here:
https://www.concrete5.org/community/forums/chat/proper-way-to-overla...
Karl's answer below seems to make much more sense to this question.
Hi developer10,
There appears to be a bug in how border-radius is applied.
Does not work:
- If you set a border-radius value and save, border-radius is not applied, and the entered value is not saved.
Does work:
- If you set a border-radius value AND a border-width value (any value other than 0px). The border-radius is applied and the entered value is saved.
Have you checked the bug tracker to see if others are experiencing this issue? If no one has reported this issue, I recommend reporting it and including the steps required to repeat the error.
concrete5 bug tracker
https://www.concrete5.org/developers/bugs...
There appears to be a bug in how border-radius is applied.
Does not work:
- If you set a border-radius value and save, border-radius is not applied, and the entered value is not saved.
Does work:
- If you set a border-radius value AND a border-width value (any value other than 0px). The border-radius is applied and the entered value is saved.
Have you checked the bug tracker to see if others are experiencing this issue? If no one has reported this issue, I recommend reporting it and including the steps required to repeat the error.
concrete5 bug tracker
https://www.concrete5.org/developers/bugs...
@developer10
I have created a bug report that you can confirm.
https://www.concrete5.org/developers/bugs/5-7-5-6/applying-border-ra...
I have created a bug report that you can confirm.
https://www.concrete5.org/developers/bugs/5-7-5-6/applying-border-ra...
http://codepen.io/anon/pen/ONpZoO...
It's somewhat a CSS hack but it works in more browsers than flexbox currently (which is the other option to do this).