Relative position on TD or TH gives misleading warning (TablePartRelPosWarning)
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: weiss, Assigned: seth)
Details
Attachments
(2 files)
|
259 bytes,
text/html
|
Details | |
|
1.47 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
| Reporter | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
| Assignee | ||
Comment 5•11 years ago
|
||
| Assignee | ||
Comment 6•11 years ago
|
||
| Assignee | ||
Comment 7•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Comment 8•11 years ago
|
||
| Assignee | ||
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
Comment 11•5 years ago
|
||
reporting that i encountered this warning when using position sticky on thead, is this intended?
Comment 12•5 years ago
|
||
I just encountered this warning when applying position: relative to a TR (which works) in order to offset absolute children wrt. the TR (which works.)
So Firefox (80.0.1 Linux) is basically telling me: "Heads up! What you are doing actually works! Are you sure you want it to work?"
I don't understand why this warning exists.
Comment 13•4 years ago
|
||
(In reply to fusekai from comment #11)
reporting that i encountered this warning when using position sticky on thead, is this intended?
I can confirm with fusekai
thead { position: -webkit-sticky; position: sticky; }
The above CSS is great to have the thead stay on top of the div when scrolling down a table.
But it still returns the 'alert' in the console, and I think it really should be removed, as it holds no merit.
Description
•