Field group should support focus order even if field is not visible and then become visible #PL-5550

This commit is contained in:
Yuriy Artamonov 2015-06-25 14:30:19 +00:00
parent 94654cd88b
commit 9f11bb9501
2 changed files with 5 additions and 2 deletions

View File

@ -478,7 +478,7 @@ configure(webToolkitModule) {
widgetSetClass = 'com.haulmont.cuba.web.toolkit.ui.WidgetSet'
// Debug flags:
// draft = true
// compilerArgs = ['-style': 'DETAILED']
// compilerArgs = ['-style': 'DETAILED']
// Performance and widgetset size:
// disableCastChecking = true
@ -506,6 +506,9 @@ configure(webToolkitModule) {
into "$tomcatDir/webapps/cuba"
}
}
task cleanWidgetSet(dependsOn: clean) {
}
}
configure(desktopModule) {

View File

@ -3,7 +3,7 @@
* Use is subject to license terms, see http://www.cuba-platform.com/license for details.
*/
project.ext.vaadinVersion = '7.4.6.cuba.3'
project.ext.vaadinVersion = '7.4.6.cuba.4'
project.ext.vaadinShared = [group: 'com.vaadin', name: 'vaadin-shared', version: vaadinVersion]
project.ext.vaadinServer = [group: 'com.vaadin', name: 'vaadin-server', version: vaadinVersion]