]> source.dussan.org Git - vaadin-framework.git/commit
Fixes @PreserveOnRefresh losing page title on refresh #11054
authorJoonas Lehtinen <joonas@vaadin.com>
Fri, 28 Jun 2013 15:19:47 +0000 (18:19 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 9 Jul 2013 12:23:48 +0000 (12:23 +0000)
commit104e472d21e92c3023abc4cfe96e67861424927c
treeee0b4d6844f7d7acab7378180877556c2a0b224c
parent02692163274392fe1b0a33a5206390df0824703d
Fixes @PreserveOnRefresh losing page title on refresh #11054

Moves Page title to PageState instead of using RPC for changing the title on Page.setTitle().

Change-Id: I8e5ab2064c04235503fb2531f4cdbb108530ac7e
client/src/com/vaadin/client/ui/ui/UIConnector.java
server/src/com/vaadin/server/Page.java
shared/src/com/vaadin/shared/ui/ui/PageClientRpc.java
shared/src/com/vaadin/shared/ui/ui/PageState.java
uitest/src/com/vaadin/tests/application/RefreshStatePreserveTitle.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/application/RefreshStatePreserveTitle.java [new file with mode: 0644]