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

List:       kde-commits
Subject:    branches/KDE/4.1/kdelibs/khtml/html
From:       Germain Garand <germain () ebooksfrance ! org>
Date:       2008-09-15 4:10:31
Message-ID: 1221451831.348794.17444.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 861066 by ggarand:

automatically merged revision 857211:
ah, now I see what SadEagle meant... *inner* borders.
must dirty all cells when the border attribute is updated.

BUG: 167567

 M  +5 -2      html_tableimpl.cpp  


--- branches/KDE/4.1/kdelibs/khtml/html/html_tableimpl.cpp #861065:861066
@@ -465,8 +465,11 @@
         else
             frame = Box, rules = All;
 
-
-        if (attached()) updateFrame();
+        if (attached()) {
+            updateFrame();
+            if (tFirstBody())
+                setTableCellsChanged(tFirstBody());
+        }
         break;
     }
     case ATTR_BGCOLOR:
[prev in list] [next in list] [prev in thread] [next in thread] 

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