64
Views
5
Comments
Solved
[CKEditor.Reactive] Reactive ckeditor in forum not working correctly
ckeditor-reactive
Reactive icon
Forge asset by Fábio Fantato
Application Type
Reactive

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.



UserImage.jpg
freek
Solution

I would say add this to the ckeditor:

.form .cke span {
    position: inherit;
}
2022-06-07 11-25-18
DiogoRomero

Hi Freek,


We need more info in order to help you because the component is working properly.

Can you provide your OML?

UserImage.jpg
freek

Yes of course check out Screen1

CKEditorReactiveDemo.oml
2022-06-07 11-25-18
DiogoRomero

Hi Freek,

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 :) 


UserImage.jpg
freek

In some other cases this is also happening. Is there a different way of fixing this?

UserImage.jpg
freek
Solution

I would say add this to the ckeditor:

.form .cke span {
    position: inherit;
}
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.