parttio / tinymce-for-flow

TinyMCE wrapper for Vaadin 10+
Other
8 stars 6 forks source link

TinyMCE Shadow DOM Support #11

Open tinydylan opened 3 years ago

tinydylan commented 3 years ago

Hi,

In your readme you note that TinyMCE doesn't work in Shadow DOM.

We've actually added some support for Shadow DOM in TinyMCE 5.5. I was wondering if you would like to test out your plugin with TinyMCE 5.5 and see if the Shadow DOM issues you've seen have gone or are still occurring. If you find any bugs, you can let me know in this issue, or in the TinyMCE issue tracker.

Kind regards,

Dylan Just Tiny Technologies

ado2000 commented 3 years ago

Hi, i did some tests with tinymce 5.5.1, seems OK. Waiting to test the plugin ported to last tinymce.

Good job!

tinydylan commented 3 years ago

Fantastic!

ado2000 commented 3 years ago

Hi,

In your readme you note that TinyMCE doesn't work in Shadow DOM.

We've actually added some support for Shadow DOM in TinyMCE 5.5. I was wondering if you would like to test out your plugin with TinyMCE 5.5 and see if the Shadow DOM issues you've seen have gone or are still occurring. If you find any bugs, you can let me know in this issue, or in the TinyMCE issue tracker.

Kind regards,

Dylan Just Tiny Technologies

Hi, I've done other tests,

Tinymce works correctly in the dialog, but if the dialog is modal it does not run correctly.

The problem is related to the font menu, color menu etc ... if you move the mouse over the menu, the menu is not clickable

techtangents commented 3 years ago

Hi,

Many thanks for looking into this. If it's not too much to ask, are you able to please try to reproduce the issue at https://fiddle.tiny.cloud/?

Unfortunately, we don't have any test environments or experience in Vaadin, so a replication would really help us get to the bottom of this.

Thanks again for your help. It's really appreciated.

Kind regards, Dylan

ado2000 commented 3 years ago

Hi,

Many thanks for looking into this. If it's not too much to ask, are you able to please try to reproduce the issue at https://fiddle.tiny.cloud/?

Unfortunately, we don't have any test environments or experience in Vaadin, so a replication would really help us get to the bottom of this.

Thanks again for your help. It's really appreciated.

Kind regards, Dylan

Sorry, not able to reproduce it on fiddle, my app is written in java.