]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add comments for possible problem
authorArtur Signell <artur.signell@itmill.com>
Fri, 19 Feb 2010 09:09:42 +0000 (09:09 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 19 Feb 2010 09:09:42 +0000 (09:09 +0000)
svn changeset:11391/svn branch:6.2

src/com/vaadin/ui/Table.java

index 0563756d40e869b829feba5674184b5da6528329..0da5c4b635b88227961cf1610431a18a7c9adef4 100644 (file)
@@ -502,6 +502,8 @@ public class Table extends AbstractSelect implements Action.Container,
         }
 
         // Assures the visual refresh
+        // FIXME: Is this really needed? Header captions should not affect
+        // content so requestRepaint() should be sufficient.
         resetPageBuffer();
         refreshRenderedCells();
     }
@@ -971,6 +973,8 @@ public class Table extends AbstractSelect implements Action.Container,
         columnHeaders.put(propertyId, header);
 
         // Assures the visual refresh
+        // FIXME: Is this really needed? Header captions should not affect
+        // content so requestRepaint() should be sufficient.
         refreshRenderedCells();
     }