]> source.dussan.org Git - vaadin-framework.git/commit
Change copying of Date values to avoid wrapping of date (#13269)
authorOlli Helttula <olli@vaadin.com>
Fri, 7 Feb 2014 11:07:45 +0000 (13:07 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 13 Feb 2014 08:48:39 +0000 (08:48 +0000)
commit3b327f6131166d3b503a55b7e91b853d179a3595
tree2d2ac85fbc637513048d2337731ed2377f14bee3
parentb008768b93c9dcd73272012e2628ea2074c42b32
Change copying of Date values to avoid wrapping of date (#13269)

The error occurs only when current day is in the end of the month and
the textfield has no value when choosing months in the CalendarPanel.
This can not be sensibly tested by automated tests as it would require
setting the server time to a date that would trigger the problem (for
example 30.1). The error does not occur if the value is set before
setting the resolution (by the user or programmatically).

Change-Id: I6b3e5b699a773bd84b0f756d0c53698a09854a81
client/src/com/vaadin/client/ui/VCalendarPanel.java