зеркало из https://github.com/mozilla/gecko-dev.git
Use correct reflow-state to find the containing-block's width for text-indent (bug #1048)
This commit is contained in:
Родитель
3f1382e38f
Коммит
c6708dec6e
|
@ -358,7 +358,7 @@ nsInlineReflow::ApplyTopLeftMargins()
|
|||
}
|
||||
else if (eStyleUnit_Percent == unit) {
|
||||
nscoord width =
|
||||
nsHTMLReflowState::GetContainingBlockContentWidth(&mOuterReflowState);
|
||||
nsHTMLReflowState::GetContainingBlockContentWidth(mOuterReflowState.parentReflowState);
|
||||
if (0 != width) {
|
||||
indent = nscoord(text->mTextIndent.GetPercentValue() * width);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче