mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #146 - Part 6: Allow position: sticky on table elements.
This commit is contained in:
parent
af75c920b0
commit
d26e13657b
4 changed files with 7 additions and 20 deletions
|
|
@ -474,15 +474,6 @@ RecomputePosition(nsIFrame* aFrame)
|
|||
if (display->IsRelativelyPositionedStyle()) {
|
||||
// Move the frame
|
||||
if (display->mPosition == NS_STYLE_POSITION_STICKY) {
|
||||
if (display->IsInnerTableStyle()) {
|
||||
// We don't currently support sticky positioning of inner table
|
||||
// elements (bug 975644). Bail.
|
||||
//
|
||||
// When this is fixed, remove the null-check for the computed
|
||||
// offsets in nsTableRowFrame::ReflowChildren.
|
||||
return true;
|
||||
}
|
||||
|
||||
// Update sticky positioning for an entire element at once, starting with
|
||||
// the first continuation or ib-split sibling.
|
||||
// It's rare that the frame we already have isn't already the first
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue