tinymce-vue icon indicating copy to clipboard operation
tinymce-vue copied to clipboard

vue3:在dialog里使用时,子弹框input失焦问题(例如:插入图片、插入链接)

Open zss1 opened this issue 1 year ago • 1 comments

vue3中使用@tinymce/tinymce-vue(v4.0.7),当嵌入在dialog弹框中时,子弹框input会失焦(例如:插入图片、插入链接) 尝试升级到v5、v6版本也会有问题,但在vue2中正常,对应版本 v3.2.8 经测试,怀疑是支持vue3的对应版本中会有此问题,请协助处理是否能支持vue3?

期待您的回复,感谢!

zss1 avatar Dec 30 '24 07:12 zss1

@zss1, my understanding of this issue is that the first input field in the dialogs (image, link, media, etc) is not focused on opening, according to the google translation. When testing on https://tinymce.github.io/tinymce-vue-test-page, only the input field of the image and media dialogs is not focused because the focus is on the tab element for accessibility.

If possible, create a replicate case which will help determining the exact cause

tiny-ben-tran avatar Nov 17 '25 22:11 tiny-ben-tran