Hellow!
So I tried to implement the ckeditor widget on a textarea that is in a form.
All the functionality like making the text bold will not work.
When the textarea is outside of the form it does work.
I would say add this to the ckeditor:
.form .cke span { position: inherit; }
Hi Freek,
We need more info in order to help you because the component is working properly.
Can you provide your OML?
Yes of course check out Screen1
Found the issue and when inside the form there is a specific css that is preventing the ck editor buttons from being used.
.form span {
position: relative;
}
Do something like this, and should be good to go. Click on your form widget and add a class in the middle and name it as you want, and give a position: Inherit :)
In some other cases this is also happening. Is there a different way of fixing this?