Border of sticky or relative positionned table elements remains attached to main table when border-collapse:collapse is set.
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: fehop, Unassigned)
References
Details
| Reporter | ||
Updated•8 years ago
|
Updated•8 years ago
|
| Reporter | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Updated•7 years ago
|
Tables with a sticky header is very common, I'm surprised more people didn't complain about this. I'm impacted and would love to see that fixed.
Comment 6•3 years ago
|
||
Just found out this problem still exists. This is a five year old bug, how has that not been fixed yet?
Comment 7•3 years ago
|
||
I’m facing the same issue and it would be great to have it fixed. So far I implemented a work-around with border-collapse:separate but it creates more problems than it solves.
I also tested with Edge (Version 105.0.1343.53, 64-bit) and, if I remember well, the behavior was the same than with FireFox before as now the borders look to be transparent.
Updated•3 years ago
|
Comment 9•3 years ago
|
||
So I tend to thing comment 2 is true, though chromium browsers seem to also paint the border of the sticky table cell, and I think that's a sensible thing to do given that creates its own stacking context...
Comment 10•3 years ago
|
||
Actually that's not right. Chrome is just doing something weird with the painting order, and I can't quite get what...
Description
•