You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using textAngular for one of my angular application (AngularJS v1.3.15). Recently I have faced a tricky issue. When text was pasted there is an error in console: textAngular-rangy.min.js:221 Uncaught TypeError: Failed to execute 'setStartBefore' on 'Range': parameter 1 is not of type 'Node'.
Reproducable: always, using attached file or creating it by the steps below
Browsers: all
Operating system: all
Also I want to notice, that $html param is empty
in the ta paste function, but there is a text in clipboard. All my attempts to find any information about a similar issue have failed.
Hello,
I am using textAngular for one of my angular application (AngularJS v1.3.15). Recently I have faced a tricky issue. When text was pasted there is an error in console:
textAngular-rangy.min.js:221 Uncaught TypeError: Failed to execute 'setStartBefore' on 'Range': parameter 1 is not of type 'Node'.
Reproducable: always, using attached file or creating it by the steps below
Browsers: all
Operating system: all
Also I want to notice, that $html param is empty
in the ta paste function, but there is a text in clipboard. All my attempts to find any information about a similar issue have failed.Steps to reproduce:
angular-text-issue.docx
By the way, the document was created by copying and pasting list from the textAngular.
Could you please have a look at the issue?
Thank you in advance,
Kate
The text was updated successfully, but these errors were encountered: