hello,
Sorry for late reply! I have take a look at your bug and after debugging, I would like to ask you:
in Html, when you apply a CSS class, you can overwrite your behavior but adding inline CSS.
If I understood you well, you have assigned the class attribute + border attribute.
So, in my opinion this is not a bug. Can't you remove your border attribute or make it =0 ?
But I'm agree to modify the code to apply on table and not on borders in case the Table Style already deal with them.
Sorry for late reply! I have take a look at your bug and after debugging, I would like to ask you:
in Html, when you apply a CSS class, you can overwrite your behavior but adding inline CSS.
If I understood you well, you have assigned the class attribute + border attribute.
So, in my opinion this is not a bug. Can't you remove your border attribute or make it =0 ?
But I'm agree to modify the code to apply on table and not on borders in case the Table Style already deal with them.