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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml/rendering
From:       Allan Sandfeld Jensen <kde () carewolf ! com>
Date:       2006-07-03 22:46:43
Message-ID: 1151966803.767933.27517.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 557762 by carewolf:

Remember to break.
Fixes mozilla/dom/dom-html/htse010.html


 M  +2 -0      render_table.cpp  


--- branches/KDE/3.5/kdelibs/khtml/rendering/render_table.cpp #557761:557762
@@ -688,6 +688,7 @@
                 if (section->needCellRecalc)
                     section->recalcCells();
             }
+            break;
         case TABLE_FOOTER_GROUP:
             if (child->isTableSection()) {
                 RenderTableSection *section = static_cast<RenderTableSection *>(child);
@@ -698,6 +699,7 @@
                 if (section->needCellRecalc)
                     section->recalcCells();
             }
+            break;
         case TABLE_ROW_GROUP:
             if (child->isTableSection()) {
                 RenderTableSection *section = static_cast<RenderTableSection *>(child);
[prev in list] [next in list] [prev in thread] [next in thread] 

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