So the reflow branch code for reflowing an abs pos frame (in nsAbsoluteContainingBlock::ReflowAbsoluteFrame) uses

  nsSize(aReflowState.mComputedWidth, NS_UNCONSTRAINEDSIZE)

for the child reflow state.  Two questions:

1)  If the abs pos container is a positioned inline, aReflowState.mComputedWidth
    will be NS_INTRINSICSIZE.  This doesn't look right to me.
2)  Shouldn't the available width be the containing block width if available, in
    this case?  And if not available, then mComputedWidth +
    mComputedPadding.LeftRight() ?

-Boris
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to