]> source.dussan.org Git - vaadin-framework.git/commit
Fix for audio component starting new playback on each client poll when in Window...
authorSergey Budkin <sergey@vaadin.com>
Wed, 17 Sep 2014 12:00:15 +0000 (15:00 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 19 Sep 2014 09:53:13 +0000 (09:53 +0000)
commit93afaa3065040f32d4c439c58a0a1cd2a8608bf3
tree2946812e5be2c58621150a01f84316f430b97842
parent98fa0cce8d5bb7de5b9d663786217d3508de8f21
Fix for audio component starting new playback on each client poll when in Window (#14645)

Every poll triggers cloning of Window contents at postLayout phase, so media components
are cleared of autoplay attribute.

Change-Id: I0d81cc1bcfd1da1f7c9f1813fb91930139232737
client/src/com/vaadin/client/ui/window/WindowConnector.java