Bug
Creating new issue from previous issue.
Reference:
CKEDITOR.instances.editor1.on( 'change', function() {
console.log( 'change event data', this.getData() );
} );
when call step 7 above, expected to get the mathml code as data
returns nothing, believe event get fired before data is inserted into ckeditor and not after.
I can confirm the issue. @carlawiris, could you take a look?
You can track the issue here: https://github.com/wiris/html-integrations/issues/115
This issue has been fixed, you can close it. FYI the demo page is not upgraded to use the latest version.
Thanks @henok-tesfaye for the follow-up :+1:
As mentioned, the issue has been fixed in 7.24.1 version (more details in wiris/html-integrations#115).
This issue has been fixed, you can close it. FYI the demo page is not upgraded to use the latest version.
How to fix this issue because in angular when i implements at that time I got the same issue
Most helpful comment
Thanks @henok-tesfaye for the follow-up :+1:
As mentioned, the issue has been fixed in
7.24.1version (more details in wiris/html-integrations#115).