From kde-commits Mon Sep 15 04:10:31 2008 From: Germain Garand Date: Mon, 15 Sep 2008 04:10:31 +0000 To: kde-commits Subject: branches/KDE/4.1/kdelibs/khtml/html Message-Id: <1221451831.348794.17444.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122145184020335 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: