зеркало из https://github.com/mozilla/pjs.git
Bug 302959 If the a element in the legend element got focus, the ancestor table width is broken r+sr=dbaron, a=benjamin
This commit is contained in:
Родитель
b4b135ad4d
Коммит
5a4f69b58c
|
@ -362,8 +362,11 @@ nsFieldSetFrame::Reflow(nsPresContext* aPresContext,
|
|||
}
|
||||
}
|
||||
|
||||
// if dirty then check dirty flags
|
||||
if (reason == eReflowReason_Dirty) {
|
||||
if (aDesiredSize.mFlags & NS_REFLOW_CALC_MAX_WIDTH) {
|
||||
reflowLegend = PR_TRUE;
|
||||
reflowContent = PR_TRUE;
|
||||
} else if (reason == eReflowReason_Dirty) {
|
||||
// if dirty then check dirty flags
|
||||
if (GetStateBits() & NS_FRAME_IS_DIRTY) {
|
||||
reflowLegend = PR_TRUE;
|
||||
reflowContent = PR_TRUE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче