bug 296335: Setting minWidth and maxWidth on a XUL element doesn't reflow the element. r+sr=bzbarsky

This commit is contained in:
mrbkap%gmail.com 2005-08-22 20:35:47 +00:00
Родитель 545f6e2f16
Коммит 1edbeb5662
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -1,4 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=2 sw=2 et tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
@ -1265,6 +1266,10 @@ nsBoxFrame::AttributeChanged(nsIContent* aChild,
aAttribute == nsHTMLAtoms::valign ||
aAttribute == nsHTMLAtoms::left ||
aAttribute == nsHTMLAtoms::top ||
aAttribute == nsXULAtoms::minwidth ||
aAttribute == nsXULAtoms::maxwidth ||
aAttribute == nsXULAtoms::minheight ||
aAttribute == nsXULAtoms::maxheight ||
aAttribute == nsXULAtoms::flex ||
aAttribute == nsXULAtoms::orient ||
aAttribute == nsXULAtoms::pack ||