b=16238. Fix discussed with evaughan@netscape. One line change to make sure

the default area frame flag of NS_BLOCK_SPACE_MGR is used for scrolled
elements
This commit is contained in:
troy%netscape.com 1999-10-14 04:47:18 +00:00
Родитель 908c447185
Коммит 70d79a10be
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -4752,7 +4752,8 @@ nsCSSFrameConstructor::ConstructFrameByDisplayType(nsIPresContext* aPre
nsIFrame* scrolledFrame = nsnull;
NS_NewAreaFrame(&scrolledFrame, NS_BLOCK_SHRINK_WRAP | NS_BLOCK_MARGIN_ROOT);
NS_NewAreaFrame(&scrolledFrame, NS_BLOCK_SPACE_MGR |
NS_BLOCK_SHRINK_WRAP | NS_BLOCK_MARGIN_ROOT);
nsIStyleContext* newStyle = nsnull;

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

@ -4752,7 +4752,8 @@ nsCSSFrameConstructor::ConstructFrameByDisplayType(nsIPresContext* aPre
nsIFrame* scrolledFrame = nsnull;
NS_NewAreaFrame(&scrolledFrame, NS_BLOCK_SHRINK_WRAP | NS_BLOCK_MARGIN_ROOT);
NS_NewAreaFrame(&scrolledFrame, NS_BLOCK_SPACE_MGR |
NS_BLOCK_SHRINK_WRAP | NS_BLOCK_MARGIN_ROOT);
nsIStyleContext* newStyle = nsnull;