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
Ability to copy text into the editor container when the Toolbar is present (and hideToolbarOnBlur: true). Currently cannot copy into the editor container (with Toolbar present) in the picture below.
Actual behavior:
Can only copy text into editor containers that do not have the Toolbar showing (as seen in below screen capture). This means a user has to click on the editor container again to continue using the Toolbar.
The text was updated successfully, but these errors were encountered:
Note: From what I see so far it is probably caused by the 3rd party vendor (react-quill) and not "directly" caused by oyez-editor. But I will need to validate that statement first.
I invested some hours now to find a solution and I have come to the point that the problem is either in react-quill or in quill... There are ideas from other developers about how they approached the paste action, but none of them solved the issue.
I prepared an example on CodePen and a detailed comment in the react-quill repo and hope the owner/contributers will tell us how to solve it (either for our use-case or directly in their repo). For now this issue is blocked because in my opinion it is a technical issue in a 3rd party dependency.
Expected behavior:
Ability to copy text into the editor container when the Toolbar is present (and
hideToolbarOnBlur: true
). Currently cannot copy into the editor container (with Toolbar present) in the picture below.Actual behavior:
Can only copy text into editor containers that do not have the Toolbar showing (as seen in below screen capture). This means a user has to click on the editor container again to continue using the Toolbar.
The text was updated successfully, but these errors were encountered: