зеркало из https://github.com/mozilla/gecko-dev.git
Bug 565569. Set primary frame for anonymous text in buttons. r=mats
This commit is contained in:
Родитель
5c52a93154
Коммит
c7f9f7d189
|
@ -3912,9 +3912,8 @@ nsCSSFrameConstructor::CreateAnonymousFrames(nsFrameConstructorState& aState,
|
|||
|
||||
nsIFrame* newFrame = creator->CreateFrameFor(content);
|
||||
if (newFrame) {
|
||||
// See bug 565569
|
||||
// NS_ASSERTION(content->GetPrimaryFrame(),
|
||||
// "Content must have a primary frame now");
|
||||
NS_ASSERTION(content->GetPrimaryFrame(),
|
||||
"Content must have a primary frame now");
|
||||
aChildItems.AddChild(newFrame);
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -157,8 +157,7 @@ nsGfxButtonControlFrame::CreateFrameFor(nsIContent* aContent)
|
|||
if (newFrame) {
|
||||
// initialize the text frame
|
||||
newFrame->Init(mTextContent, parentFrame, nsnull);
|
||||
// See bug 565569
|
||||
// mTextContent->SetPrimaryFrame(newFrame);
|
||||
mTextContent->SetPrimaryFrame(newFrame);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче