]> source.dussan.org Git - vaadin-framework.git/commit
ContainerEventProvider returns style names from container. Fixes #10718
authorMaciej Przepióra <matthew@vaadin.com>
Fri, 11 Apr 2014 20:53:43 +0000 (23:53 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 16 Apr 2014 07:37:51 +0000 (07:37 +0000)
commit4709b75bb47d28630dacbb240bb43de16d972371
treec5e26e2c9fa4c9d8cedd974c4accccec21201fce
parentc6a7c81a57266988d04bdda4e454aa7c4bcc919e
ContainerEventProvider returns style names from container. Fixes #10718

ContainerEventProvider doesn't actually return
style names from container in certain situations
(copy-pasted code). This patch fixes the problem.

Change-Id: I512ea260f34a6db0572b614db393699da152fa8d
server/src/com/vaadin/ui/components/calendar/ContainerEventProvider.java
server/tests/src/com/vaadin/tests/server/component/calendar/ContainerDataSource.java