sjpadgett
(Jerry P)
December 29, 2023, 1:10am
3
Oh nuts @htuck I totally missed the issue. There is a bug where the editor will not show and I fixed for next patch. Here’s the issue, fix and PR sorry i’m an air head today!
opened 06:11PM - 10 Dec 23 UTC
Bug
For Prior Version
javascript
### Describe the bug
CKEditor is not loading, its just shows an empty test ar… ea without any button and other functionality in the page is also not working like "Question Mark", "New Paragraph" buttons.
<img width="871" alt="image" src="https://github.com/openemr/openemr/assets/24755596/5734ae90-0c1a-4937-9889-607b85a46518">
When I checked the console, I could see "[CKEDITOR] Error code: invalid-lts-license-key." error.
<img width="669" alt="image" src="https://github.com/openemr/openemr/assets/24755596/3994b6ee-40d1-4051-874b-76631a5f4c7c">
### To Reproduce
I was also able to reproduce it in a demo instance provided by OpenEMR itself
Steps to reproduce the behavior:
1. Open/click a field where the data type is "NationNotes"
2. In the dialog/popup, We can only see a plan text area without CKEditor getting loaded
3. Check the browser console to see the error message
### Expected behavior
CKEditor loading properly and showing the format buttons in UI
### Client configuration
Note: I was also able to reproduce it in a demo instance provided by OpenEMR itself
- Browser: Microsoft Edge (Latest version) and Google chrome
- OpenEMR version: 7.0.2
- Operating system: Windows 11 23H2
1 Like