зеркало из https://github.com/mozilla/gecko-dev.git
Make scrollbox report the correct maximum width. Bug 276286, patch by bernd,
r+sr=bzbarsky, a=asa
This commit is contained in:
Родитель
8ab6e0d7d1
Коммит
cbe2e05d5d
|
@ -878,6 +878,10 @@ nsBoxFrame::Reflow(nsPresContext* aPresContext,
|
|||
aDesiredSize.mOverflowArea = *overflowArea;
|
||||
}
|
||||
|
||||
if(aDesiredSize.mFlags & NS_REFLOW_CALC_MAX_WIDTH) {
|
||||
aDesiredSize.mMaximumWidth = prefSize.width;
|
||||
}
|
||||
|
||||
// max sure the max element size reflects
|
||||
// our min width
|
||||
nscoord* maxElementWidth = state.GetMaxElementWidth();
|
||||
|
|
Загрузка…
Ссылка в новой задаче