From kde-commits Tue Nov 16 16:19:49 2004 From: Germain Garand Date: Tue, 16 Nov 2004 16:19:49 +0000 To: kde-commits Subject: kdelibs/khtml/html Message-Id: <20041116161949.C0A0216CF1 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110062199912034 CVS commit by ggarand: fix regression cf. webcore/fast/forms/002.html M +2 -0 html_formimpl.cpp 1.411 --- kdelibs/khtml/html/html_formimpl.cpp #1.410:1.411 @@ -1337,4 +1337,6 @@ void HTMLInputElementImpl::attach() if (!getAttribute(ATTR_WIDTH).isNull()) addCSSLength(CSS_PROP_WIDTH, getAttribute(ATTR_WIDTH)); + if (!getAttribute(ATTR_HEIGHT).isNull()) + addCSSLength(CSS_PROP_HEIGHT, getAttribute(ATTR_HEIGHT)); default: break;