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

CKEDITOR is not working on this boilerplate. #22

Closed
shin-deok opened this issue Sep 30, 2021 · 1 comment
Closed

CKEDITOR is not working on this boilerplate. #22

shin-deok opened this issue Sep 30, 2021 · 1 comment
Assignees
Labels

Comments

@shin-deok
Copy link

this code make an error about the CKEDITOR as below.
I just run this code with instruction.

knockout-latest.js?68fb:16 Uncaught TypeError: Cannot read properties of undefined (reading 'replace')

How can I fix it?

@ST-1580 ST-1580 self-assigned this Sep 30, 2021
@tsv2013 tsv2013 added this to Incoming in Current sprint progress via automation Sep 30, 2021
@tsv2013 tsv2013 moved this from Incoming to In Progress in Current sprint progress Sep 30, 2021
ST-1580 added a commit that referenced this issue Sep 30, 2021
@ST-1580
Copy link
Contributor

ST-1580 commented Sep 30, 2021

Hello, @shin-deok

We've fixed this bug via the commit above. CKEDITOR was not connected to the project in index.html. We changed it and CKEDITOR is default behavior now. If you don't want it, please comment this lines in SurveyCreator.vue.

SurveyCreator.SurveyPropertyModalEditor.registerCustomWidget(
  "html",
  CkEditor_ModalEditor
);
SurveyCreator.SurveyPropertyModalEditor.registerCustomWidget(
  "text",
  CkEditor_ModalEditor
);

Thanks,
Yaroslav,
SurveyJS Team

@ST-1580 ST-1580 closed this as completed Sep 30, 2021
Current sprint progress automation moved this from In Progress to #6 Done Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants