Closed Bug 324683 Opened 19 years ago Closed 16 years ago

obscure method to determine frame completeness

Categories

(Core :: Layout: Tables, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: bernd_mozilla, Unassigned)

References

()

Details

Currently (the code is from 1999 by troy) during incr. reflow rowgroups have their special method see that they are complete:

  // XXX If we have a next-in-flow, then we're not complete
  if (mNextInFlow) {
    aStatus = NS_FRAME_NOT_COMPLETE;
  }

This code is in nsTableRowGroupFrame::IR_TargetIsMe and nsTableRowGroupFrame::IR_TargetIsChild 

This raises the question how this could happen during incr. reflow at all, or what bug is this hack masking.
Summary: obscure method to determine frame completness → obscure method to determine frame completeness
all this code is gone with reflow branch
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.