]> source.dussan.org Git - vaadin-framework.git/commit
Merge changes from origin/7.0
authorArtur Signell <artur@vaadin.com>
Wed, 5 Jun 2013 16:15:49 +0000 (19:15 +0300)
committerArtur Signell <artur@vaadin.com>
Wed, 5 Jun 2013 16:15:54 +0000 (19:15 +0300)
commit1f144228f657b5014bc8fd3b08cf8f33950966f6
tree13ab5e89e98194030a0912c91e5dfce951696cee
parentfad7bf7a791db16349467ccbc508d0e472330fa0
parent14ebd0d9c8bdfa9940786492876172d1891f593f
Merge changes from origin/7.0

892b8ba Do not submit TextArea value on enter in IE (#11982)
bd3f975 Properly disable combobox when parent is disabled (#10734)
1b85e59 Added missing import (#11982)
3c8a3bf Merge of properly focus clicked input element in Webkit (#11854, #11297)
d647d7a Ensure VBrowserFrame content is unloaded in IE (#11683)
08ba394 Disable drag&drop when source or target component is disabled, re-implementation of 6.8 fix for #11801
b01427a Change field types from LinkedHashSet back to HashSet to retain binary compatibility (#11432)
14ebd0d Fixed newlines

Change-Id: Icea535d8d5130e013327dd76a194e3910f533332
client/src/com/vaadin/client/ui/VCheckBox.java
client/src/com/vaadin/client/ui/VOptionGroup.java
server/src/com/vaadin/server/DragAndDropService.java