[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/khtml/html
From:       Germain Garand <germain () ebooksfrance ! com>
Date:       2004-11-16 16:19:49
Message-ID: 20041116161949.C0A0216CF1 () office ! kde ! org
[Download RAW message or body]

CVS commit by ggarand: 

fix <input type=image> 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;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic