tinymce / tinymce-react

Offical TinyMCE React component
MIT License
959 stars 156 forks source link

table border styles not applied correctly #415

Closed dani-ttci closed 1 year ago

dani-ttci commented 1 year ago

What is the current behavior? Describe the bug I am working on modifying table and it seems that border style are not being applied correctly, because this style is not being added on each cell. It actually works on this demo page but not on this demo page

Please provide the steps to reproduce and if possible a minimal demo of the problem via fiddle.tiny.cloud or similar. You can test here. To replicate, simply highlight a table and update table properties. Add a border style and color and click save.

What is the expected behavior? It should display correctly like what is being shown here

Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE? Im using react tinymce which uses tinymce v6

exalate-issue-sync[bot] commented 1 year ago

Ref: INT-3068

yacodes commented 1 year ago

@dani-ttci Unfortunately the link to the codepen is broken. I couldn't reproduce the issue on my own. Please, attach a link to a minimal demo of the problem once more.

tiny-james commented 1 year ago

Without a working example I can't do anything so I'm closing this as unreplicatable.

It's worth noting that this is highly unlikely to be caused by the tinymce-react integration but will be something to do with an interaction between your page CSS and tinymce itself. If you do manage to create a replication I suggest reporting it on the tinymce repository.