]> 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)
committerSauli Tähkäpää <sauli@vaadin.com>
Wed, 24 Sep 2014 18:04:29 +0000 (21:04 +0300)
commit8d8f3ee0fa213e1c4097a9068ec058b35c7f3195
treed468d1d47fe7303cabf734004bd2ea4590537c6d
parent4207f7e8d88affd9e4ca80cbd49387d80ef296b0
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