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
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
I have a scenario where i have multiple tabs of angular bootstrap. In each tab there is an input on click of that input the rich text box appear and on blur it turns back to input type textbox. My issue is whenever there is one tab this functionality works well but whenever i add 2 tabs and click on first tab's input and write on rich text box and then move to second tab and try to click the input, the richtextbox keeps on appearing and disappearing and i get the following error
Uncaught TypeError: Cannot read property 'focus' of null
at L.focus (tinymce.min.js:12478)
at tinymce.min.js:12461
at tinymce.min.js:423
One more thing that is worth noting is that the blur event is being called on clicking the second tab's input.
Please help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a scenario where i have multiple tabs of angular bootstrap. In each tab there is an input on click of that input the rich text box appear and on blur it turns back to input type textbox. My issue is whenever there is one tab this functionality works well but whenever i add 2 tabs and click on first tab's input and write on rich text box and then move to second tab and try to click the input, the richtextbox keeps on appearing and disappearing and i get the following error
Uncaught TypeError: Cannot read property 'focus' of null
at L.focus (tinymce.min.js:12478)
at tinymce.min.js:12461
at tinymce.min.js:423
One more thing that is worth noting is that the blur event is being called on clicking the second tab's input.
Please help.
The text was updated successfully, but these errors were encountered: