jodit
jodit copied to clipboard
Popup menu does not appear when editing tables
Jodit Version: 3.16.5
Browser: IE11 OS: Windows Is React App: false
Code
const editor = Jodit.make("#editor", {
"iframe": true,
...
});
Expected behavior: When I click on table`s cell, popup menu appears correctly, does not disappear when I moving cursor from the cell to the popup.
Actual behavior: When I click on a table`s cell, popup menu does not appear or appears and immediately disappears. In Chrome table`s popup menu work correctly.
https://user-images.githubusercontent.com/34316026/163814435-cef56b46-2a93-4d8b-b728-472ad2fd0042.mp4