Make it possible for overflow:auto/overflow:scroll frames to have

::before/::after content.  Bug 212145, r+sr=roc+moz
This commit is contained in:
bzbarsky%mit.edu 2003-07-11 23:19:12 +00:00
Родитель 7b5865099a
Коммит b471a3d41f
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6218,7 +6218,7 @@ nsCSSFrameConstructor::ConstructFrameByDisplayType(nsIPresShell* aPre
aState.PushAbsoluteContainingBlock(aPresContext, scrolledFrame, absoluteSaveState); aState.PushAbsoluteContainingBlock(aPresContext, scrolledFrame, absoluteSaveState);
} }
ProcessChildren(aPresShell, aPresContext, aState, aContent, scrolledFrame, PR_FALSE, ProcessChildren(aPresShell, aPresContext, aState, aContent, scrolledFrame, PR_TRUE,
childItems, PR_TRUE); childItems, PR_TRUE);
nsCOMPtr<nsIAtom> tag; nsCOMPtr<nsIAtom> tag;

Просмотреть файл

@ -6218,7 +6218,7 @@ nsCSSFrameConstructor::ConstructFrameByDisplayType(nsIPresShell* aPre
aState.PushAbsoluteContainingBlock(aPresContext, scrolledFrame, absoluteSaveState); aState.PushAbsoluteContainingBlock(aPresContext, scrolledFrame, absoluteSaveState);
} }
ProcessChildren(aPresShell, aPresContext, aState, aContent, scrolledFrame, PR_FALSE, ProcessChildren(aPresShell, aPresContext, aState, aContent, scrolledFrame, PR_TRUE,
childItems, PR_TRUE); childItems, PR_TRUE);
nsCOMPtr<nsIAtom> tag; nsCOMPtr<nsIAtom> tag;