]> source.dussan.org Git - vaadin-framework.git/commit
Do not ever set title to null (#13430)
authorArtur Signell <artur@vaadin.com>
Thu, 6 Mar 2014 18:09:06 +0000 (20:09 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 11 Mar 2014 19:47:43 +0000 (19:47 +0000)
commitc4c17a18dcb013588518c1542fd8d3966b08cd40
tree6ccafe06ec8d0bb9000f7a708e376592b6ef7091
parent729b79a737fd2b3ed1c49ec66b3c823393bab017
Do not ever set title to null (#13430)

* If title is null, leave it as-is (assume somebody else is setting it)
* If title is non-null, set it as before

Change-Id: I72699efa089df64b58448ceef59ba31995f330bf
client/src/com/vaadin/client/ui/ui/UIConnector.java
server/src/com/vaadin/server/Page.java
shared/src/com/vaadin/shared/ui/ui/PageState.java
uitest/src/com/vaadin/tests/components/page/PageTitle.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/page/PageTitleTest.java [new file with mode: 0644]