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:
@@ -3191,6 +3191,8 @@ nsCSSFrameConstructor::TableProcessChild(nsIPresShell* aPresShell,
|
||||
break;
|
||||
|
||||
case NS_STYLE_DISPLAY_NONE:
|
||||
aState.mFrameManager->SetUndisplayedContent(aChildContent,
|
||||
childStyleContext);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
@@ -3191,6 +3191,8 @@ nsCSSFrameConstructor::TableProcessChild(nsIPresShell* aPresShell,
|
||||
break;
|
||||
|
||||
case NS_STYLE_DISPLAY_NONE:
|
||||
aState.mFrameManager->SetUndisplayedContent(aChildContent,
|
||||
childStyleContext);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user