Encountering an unusual issue that seems to be specific to Chrome, which is out of the ordinary. I have meticulously recreated the problem in the following plunkr.
To demonstrate the issue, you can see how the border appears in the highlighted row in Chrome but not in IE.
If either of the following rows are removed:
<tr class="spacer">
<td colspan="14" class="noBorder noBackground">
*** By removing this row, the extended border goes away ***
</td>
</tr>
You will notice the corresponding border appearing/disappearing.
We have conducted numerous tests and experiments to identify the root cause without success. The primary css remains intact in the plunkr, including inline styles and classes that are mainly linked to bindings.
I am seeking input on whether there is a flaw in the current design or if this is truly a bug in Chrome. If it's indeed a bug, what elements are necessary to replicate it? Should we report it as a bug, or is it something we should simply try to avoid?
Thank you for your time in advance.