tui.image-editor icon indicating copy to clipboard operation
tui.image-editor copied to clipboard

Text cannot be edited

Open wuxiaoyu666 opened this issue 2 years ago • 10 comments

Use editor in Vue pop-up window.Text cannot be edited.

wuxiaoyu666 avatar Aug 10 '22 03:08 wuxiaoyu666

@wuxiaoyu666 Can you explain in detail?

lja1018 avatar Sep 08 '22 08:09 lja1018

I have the same problem, I implemented the editor in a modal and I try to add text to an image but when I type the text is added to the inputs that have in my modal

jonathanMedellin avatar Oct 20 '22 14:10 jonathanMedellin

@jonathanMedellin I'll check. Thank you for the information.

lja1018 avatar Oct 28 '22 05:10 lja1018

I'm also having this issue. I have added the image editor in a react modal and I am able to add the text object to the image and it's selectable but it says "Double Click" and no matter what I type it does nothing. It seems to be an issue with capturing keystrokes?

mikecowgill avatar Nov 08 '22 20:11 mikecowgill

This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!

stale[bot] avatar Jan 08 '23 09:01 stale[bot]

Also +1 this issue, but mine using the react version

wickandpiper avatar Jan 18 '23 19:01 wickandpiper

Has anyone solved this problem?

leiliu-s avatar Apr 26 '23 02:04 leiliu-s

This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!

stale[bot] avatar Jun 18 '23 11:06 stale[bot]

same problem, any solution ?

ayoub-root avatar Aug 14 '23 08:08 ayoub-root

if you are using mui modal , i find this solution.
https://github.com/nhn/tui.image-editor/issues/354#issuecomment-720410463 use disableEnforceFocus

ayoub-root avatar Aug 14 '23 09:08 ayoub-root