Added a comment

git-svn-id: svn://10.0.0.236/trunk@26412 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-04-06 02:57:47 +00:00
parent cb791ea003
commit d98d250538
2 changed files with 2 additions and 0 deletions

View File

@@ -268,6 +268,7 @@ nsHTMLContainerFrame::CreateViewForFrame(nsIPresContext& aPresContext,
const nsStylePosition* position = (const nsStylePosition*)
aStyleContext->GetStyleData(eStyleStruct_Position);
// XXX Michael: uncomment this code to test the problem I described...
if ((NS_STYLE_POSITION_RELATIVE == position->mPosition) ||
(NS_STYLE_POSITION_ABSOLUTE == position->mPosition)) {
viewManager->SetViewContentTransparency(view, PR_TRUE);