Version 2.25.0 has a bug in the Inline Tool (Only occurs on IOS and MacOS). #2654
Unanswered
nghiadev151
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
Currently, in version 2.25.0, I am experiencing an issue (only occurring on IOS and MacOS). When I open the Inline Tool and click on the 'T' icon, the options popup does not appear, causing the Inline Tool to close. Similarly, when I click on the 'Link' icon, the Add Link textbox does not appear.
During debugging, I noticed that the anchorNode property of window.getSelection() is null.
In my application, I am using Ionic v1.3.2, and I suspect there is a conflict between these two libraries because when I remove the ionic.bundle.js file, the errors from Editor.js no longer occur. I'm not sure how to resolve the issue because I can only make edits, and I can't remove one of the two libraries. I appreciate any assistance.
Beta Was this translation helpful? Give feedback.
All reactions