]> source.dussan.org Git - vaadin-framework.git/commit
Fixed problem with Table calling markAsDirty in paint (#10071) 71/171/3
authorArtur Signell <artur@vaadin.com>
Fri, 26 Oct 2012 08:07:38 +0000 (11:07 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 26 Oct 2012 09:23:47 +0000 (09:23 +0000)
commit0fb5ddb96c889086178ff3d381d58076257a866a
tree5110f81cad5ae6e353c41294fee4f70a4444ff17
parent4bda2ef6a6fa84f05a032ac837f2037bd3d502bf
Fixed problem with Table calling markAsDirty in paint (#10071)

AbstractCommunicationManager now sets the writingResponse flag after calling beforeClientResponse to adhere to beforeClientResponse javadoc which says markAsDirty is ignored if called from beforeClientResponse.

Change-Id: I58f4d009c85bef6756e2f2938d6f42ed88e11143
server/src/com/vaadin/server/AbstractCommunicationManager.java
server/src/com/vaadin/ui/Table.java
uitest/src/com/vaadin/tests/components/table/RemoveItemOnClick.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/RemoveItemOnClick.java [new file with mode: 0644]