Make sure tr/td/tbody/etc elements with display:none end up in the

undisplayed content map.  Bug 151883, r=karnaze, sr=dbaron, a=asa


git-svn-id: svn://10.0.0.236/trunk@132057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2002-10-16 03:06:03 +00:00
parent d2e663d620
commit b63bfb40bf
2 changed files with 4 additions and 0 deletions

View File

@ -3191,6 +3191,8 @@ nsCSSFrameConstructor::TableProcessChild(nsIPresShell* aPresShell,
break;
case NS_STYLE_DISPLAY_NONE:
aState.mFrameManager->SetUndisplayedContent(aChildContent,
childStyleContext);
break;
default:

View File

@ -3191,6 +3191,8 @@ nsCSSFrameConstructor::TableProcessChild(nsIPresShell* aPresShell,
break;
case NS_STYLE_DISPLAY_NONE:
aState.mFrameManager->SetUndisplayedContent(aChildContent,
childStyleContext);
break;
default: