]> source.dussan.org Git - vaadin-framework.git/commit
Notification should be closed after delay (#14689).
authorDenis Anisimov <denis@vaadin.com>
Sat, 20 Sep 2014 09:48:50 +0000 (12:48 +0300)
committerSauli Tähkäpää <sauli@vaadin.com>
Tue, 20 Jan 2015 07:30:02 +0000 (09:30 +0200)
commite4bcd53d8c08542981afd645a4be7f0ef3f726ef
treef8f7d900768f9e32ab305432f20ddad673c785b6
parent63d5819f76d44d794c1f1399086edf7afb2a176a
Notification should be closed after delay (#14689).

onEventPreview() method is deprecated and it's called now only for the
very first handler. We need it to work for any handler. So old
onEventPreview() method is explicitly called with updated logic for the
onPreviewNativeEvent().

Change-Id: I11d98ef0bbd284b74bbccb4f6ac2ab26de73f209
client/src/com/vaadin/client/ui/VNotification.java
uitest/src/com/vaadin/tests/components/notification/NotificationDelay.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/notification/NotificationDelayTest.java [new file with mode: 0644]