-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link inlineToolbar not working #3
Comments
Thanks!
Hmm - This is strange. I suspect there is something going on here with the way editor.js clears / deals with toolboxes. - It might be that nesting it causes some issues, or that the two instances search for the toolbar globally in the dom etc.... Ill keep looking. |
Hello @calumk , Do you have a solution for this? I have the same problem. |
I'm experiencing the same issue. Any news about this? |
link_not_working.mp4I am having same issue. Has anyone found the solution to this? Interestingly, when you copy past article with links from somewhere and paste, it sustains the link. |
Hello all - really sorry but no i never found a solution for this
Yes, the issue is not with the data stored, it is probably related to having multiple instances of EditorJS in the same webpage. Maybe something like popups is stored globally |
It's indeed true that this has to do with nesting editorjs instances. |
Thankyou for finding this issue If you can propose a solutionor pull request to solve it somehow then I am very happy to implement |
Problem is this can only be fixed in editorjs itself. So I forked the editorjs repo and made the necessary changes in the file to get it working. Hopefully they will approve the pull request or provide a fix themselves soon, so that I can switch back to the original repo. |
When the link is in columns, everything is works only except the popup window will hide imediately, so make it unavailable, are there any hack to view the popup? |
Are there any chance that help me on how to change in the fork of editorjs? Much appreciated. |
At the moment, I have no solution I /think/ the fork at : https://github.com/loucass003/editor.js/tree/next will fix this. |
I just found once click in the any column area will trigger all editorjs instances saving... Maybe this will prevent the link popup editing modal from visibility. |
This fork does indeed fix the issue. |
So then our best bet at the moment is to promote : codex-team/editor.js#2581 |
Looks like there is some progress on codex-team/editor.js#2581 Once it merges, i will test, make some updates, and push a new version |
Depends on how soon PR owner makes requested changes |
Any news on this problem yet? |
7 days ago there was some progress Looks like we might finally have a solution in the next release of editorjs |
Hey - It looks like this finally got merged last month, so I will do some testing, check it works, and close this issue in the next few days. |
Thanks for providing this amazing tool. It helps us to achieve a higher level of content creation of our users.
Enabling the
inlineToolbar
for the paragraph tool is not working for the link tool. Any clues how to solve this?Here is a modified version of the
example.html
illustrating the problem: https://gist.github.com/foarsitter/ece006ffc97d41f5d2228a16f194b1efThe text was updated successfully, but these errors were encountered: