After validateCells() gives visualisation bug

Tags: #<Tag:0x00007efc6cf50e00>

After validateCells() if there are merged cells in table adds “display none” to visible td’s on merged cells,
but after some change or scroll in table, removes “display none” from these td’s.

Hi @thoetzl

Can you record that, please?

I am not sure how to replicate the bug.

JSFiddle example:
https://jsfiddle.net/megamuf/26228muq/5/

After click validate cells button, merged cells disappear, after scroll table or some change in the table they appear again.

Thank you for sharing the demo.

I have added render() method with a 10ms delay (https://jsfiddle.net/j89kmxna/) which solved the issue.

Thank you

you’re welcome @thoetzl
I am happy that I could help.