]> source.dussan.org Git - vaadin-framework.git/commit
Merge changes from origin/7.1
authorArtur Signell <artur@vaadin.com>
Wed, 23 Apr 2014 17:45:14 +0000 (20:45 +0300)
committerArtur Signell <artur@vaadin.com>
Wed, 23 Apr 2014 17:45:39 +0000 (20:45 +0300)
commit41cb27e85f61f5abb029a98af66217ce400b2196
tree609df412869abde48131079d45b2981bcb210744
parent9f30eb285252348c349e9a759ac71098eb74a06a
parent0d4080ba5e5931fa928675ba6c95540e34b2f281
Merge changes from origin/7.1

0d4080b ContainerEventProvider returns style names from container. Fixes #10718
6e91bdf Add test for TransactionalPropertyWrapper memory leaks
f0aaf89 Fixed resetting of ComboBox if focused and new items allowed (#13413).
e033fcd Always initialize WebBrowser for new sessions (#13571)
168de1f Revert "Drag image for text-area should contain text of text-area (#13557)"
35e2a34 Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)
7e5d44d Introduce a drag threshold for Drag and Drop (#13381)
f227f0c Drag image for text-area should contain text of text-area (#13557).

Change-Id: Idb01471f8ab0c7118fa884c364e6bc200d13948a
client/src/com/vaadin/client/ui/dd/VDragAndDropManager.java
server/src/com/vaadin/data/fieldgroup/FieldGroup.java
server/src/com/vaadin/server/BootstrapHandler.java
server/src/com/vaadin/server/VaadinService.java
server/src/com/vaadin/server/communication/UIInitHandler.java