]> source.dussan.org Git - vaadin-framework.git/commit
calendar visible hours shows invalid dates(week/day view) (#12521)
authorAnna Miroshnik <anna.miroshnik@arcadia.spb.ru>
Thu, 4 Sep 2014 09:32:35 +0000 (13:32 +0400)
committerSauli Tähkäpää <sauli@vaadin.com>
Fri, 12 Sep 2014 13:27:40 +0000 (16:27 +0300)
commitacec953fd47b63b1a7ea411d8680ba0b921f2b0f
tree0568ca60a46422bfe09272e5644c27d235ad2398
parentef79ed198865410618320bbf3af1e691cac32760
calendar visible hours shows invalid dates(week/day view) (#12521)

Fix: test fails on phantomJs.

Change-Id: I70179c249a180a795e14683e4185068d5395762b
client/src/com/vaadin/client/ui/calendar/schedule/CalendarEvent.java
client/src/com/vaadin/client/ui/calendar/schedule/DateCell.java
client/src/com/vaadin/client/ui/calendar/schedule/WeekGrid.java
shared/src/com/vaadin/shared/ui/calendar/DateConstants.java
uitest/src/com/vaadin/tests/components/calendar/CalendarVisibleHours.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/calendar/CalendarVisibleHoursTest.java [new file with mode: 0644]