]> source.dussan.org Git - vaadin-framework.git/commit
Avoid NPE if CustomComponent has no child (#9895) 82/182/1
authorLeif Åstrand <leif@vaadin.com>
Tue, 30 Oct 2012 10:50:08 +0000 (12:50 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 30 Oct 2012 10:50:08 +0000 (12:50 +0200)
commit88812ab9eed6b8e9babc3d9aac1cf13b5ee8750b
tree374f23eb70dbe7087d2d1d45bdb501bddb25834b
parent2364f3ec9fca600a5e926040ad3653de84bfed7d
Avoid NPE if CustomComponent has no child (#9895)

Change-Id: I020951fb4490b09f5026b9d75de95d1661399e93
client/src/com/vaadin/client/ui/customcomponent/CustomComponentConnector.java
uitest/src/com/vaadin/tests/components/customcomponent/CustomComponentHideContent.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/customcomponent/CustomComponentHideContent.java [new file with mode: 0644]