ExchangeCore / Concrete5-CKEditor

CKEditor package for concrete5 v7+
MIT License
19 stars 3 forks source link

ckeditor in concrete5 dialog, there is an error of button function. #56

Open swg2000 opened 7 years ago

swg2000 commented 7 years ago

We are currently using ckeditor package in concrete 5.7 There was nothing special when we use the edit mode of the block as Inline mode, but it pops up and disappears immediately in case of a button which is separate layer such as display, font size, font color something like that. We are not sure it's because of conflict with the c5 dialog. anyway it's not easy to debug. what parts should I check?

and this symptoms occur only in Windows i.e. (no problem in chrome)

please help me...

joe-meyer commented 7 years ago

I'm not sure I understand the problem. Are you saying that it works in inline mode but it doesn't work inside of a modal? Can you provide step by step instructions on how to replicate the problem?

swg2000 commented 7 years ago

We have a problem. It happens when we use ckeditor on Modal (which the value of the field of btSupportsInlineAdd,btSupportsInlineEdit of blocktypes table is 0). It happens when we click buttons such as Styles, Paragraph-format, font-size, font, text color, font color buttons among ckeditor toolbar In normal case, when we click Font size button, the Layer should be popped up and it disappears if we click again. But the current situation is when we click the button the Layer to select options popups and disappears immediately and automatically. The rest of buttons have no problems.