Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new validation screenshots8.1.88.1 | Teemu Suo-Anttila | 2018-02-13 | 1 | -0/+0 |
| | |||||
* | Fix Grid initial render performance (#10579) | Teemu Suo-Anttila | 2018-02-13 | 5 | -78/+149 |
| | | | | Fixes #10232 | ||||
* | Add missing JavaDocs and since tags (#10372)8.1.7 | Teemu Suo-Anttila | 2017-11-27 | 3 | -4/+26 |
| | |||||
* | Fix usage of Assert in TreeGridTest | Teemu Suo-Anttila | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278) | Ansku | 2017-11-27 | 5 | -7/+59 |
| | |||||
* | Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332) | Pekka Hyvönen | 2017-11-27 | 6 | -2/+233 |
| | | | | | | | * Fix missing v-disabled for RadioButtonGroup * Fix missing v-disabled for CheckBoxGroup Resolves #9258 | ||||
* | Fix TreeGrid to use correct super constructor (#10291) | Jerome Meyer | 2017-11-27 | 2 | -35/+35 |
| | | | | Fixes #10195 | ||||
* | set default ContentMode PREFORMATTED in parameterless TooltipInfo ↵ | Olli Tietäväinen | 2017-11-27 | 1 | -0/+1 |
| | | | | constructor, fixes undefined enum value access in VTooltip.setTooltipText | ||||
* | Make focus circulate in modal dialog to improve accessibility (#10260) | Péter Török | 2017-11-27 | 5 | -30/+67 |
| | |||||
* | Fix combo box suggestion popup height (#10256) | Adam Wagner | 2017-11-27 | 5 | -3/+91 |
| | | | Fixes #10214 | ||||
* | adds simple fix for missing label text in grid select checkboxes (#10223) | Knoobie | 2017-11-27 | 3 | -1/+16 |
| | | | | | | * adds simple fix for missing label text in grid select checkboxes * updated comment and wording | ||||
* | Grid.removeColumn() not to fail silently (#10215)8.1.6 | Ahmed Ashour | 2017-10-23 | 2 | -38/+107 |
| | | | | Fixes #8056 | ||||
* | Use GWT 2.8.2 (#10217) | Teemu Suo-Anttila | 2017-10-23 | 1 | -1/+1 |
| | |||||
* | Fix for Grid client-side exception. (#10166) | Piotr Wilkin | 2017-10-23 | 1 | -2/+5 |
| | | | | | Do not try to update the select all checkbox if it is not visible. Fixes #10164 | ||||
* | Prevent Grid refreshAll from getting stuck due mismatched state (#10161) | Ansku | 2017-10-23 | 2 | -3/+93 |
| | | | Fixes #10038 | ||||
* | Fix ColorPickerGrid indexing8.1.5 | Henri Sara | 2017-09-26 | 3 | -3/+80 |
| | | | Fixes #9018 | ||||
* | Show validation error selecting invalid date from DateField (#10013) | Marco Collovati | 2017-09-26 | 3 | -1/+89 |
| | | | | | | | | | | Component error was cleared after selecting a date from calendar popup, even if the date is invalid due to validation errors or if user programmatically sets an UserError. This change inverts the order of setValue() and setComponentError(null) in order to preserve errors set by ValueChangeListeners (e.g. Binder validators). Fixes #10011 | ||||
* | Optimize HierarchyMapper (#10003) | Piotr Wilkin | 2017-09-26 | 3 | -18/+89 |
| | | | Fixes parts of #9951, but does not address the issue of grouping pushed updates. | ||||
* | Fix DataCommunicator parameter not used in Grid constructor (#10075) | JenoDK | 2017-09-26 | 3 | -1/+28 |
| | | | Fixes #9944 | ||||
* | Update since tag for ConnectorTracker8.1.4 | Henri Sara | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Fix incorrect resource name generation (#9957) | Dos Moonen | 2017-09-12 | 1 | -1/+1 |
| | | | | Javadoc has this to say about ClassLoader#getResource(String): "The name of a resource is a '/'-separated path name that identifies the resource." The test fails on Windows because its File.separator does not equal "/". | ||||
* | Remove element explicitly when reordering tree grid rows (#9952) | Adam Wagner | 2017-09-12 | 3 | -0/+73 |
| | | | | | | | Under certain circumstances IE 11 (11.0.45 / 11.0.9600.18762) produces an exception when collapsing/expanding rows (particularly the first child after the very first element) in a TreeGrid within a Window. This workaround removes the row explicitly before inserting, instead of letting JS handle it. Fixes #9850 | ||||
* | Add wait for UI load to test | Teemu Suo-Anttila | 2017-09-12 | 1 | -6/+13 |
| | |||||
* | Fix vaadin-osgi-integration dependency for Karaf test | Teemu Suo-Anttila | 2017-09-12 | 1 | -1/+2 |
| | |||||
* | Fix making components visible by push (#9934) | Henri Sara | 2017-09-12 | 8 | -54/+173 |
| | | | | | | | | Fix connector tracker cleanup for the case where a component is hidden by a request and is made visible again by push. This fixes a regression caused by #9305. Fixes #9905 | ||||
* | Update Binder isValid() javadoc (#9930) | Henri Sara | 2017-09-05 | 1 | -1/+4 |
| | |||||
* | Fix grid client side performance regression (#9913) | Aleksi Hietanen | 2017-09-05 | 1 | -2/+4 |
| | | | | | Trigger update of header/footer only if visibility changes. Fixes #9884 | ||||
* | Fix Binder bindInstanceFields code example in JavaDoc (#9929) | Teemu Suo-Anttila | 2017-09-05 | 1 | -1/+1 |
| | | | Closes #8994 | ||||
* | Force re-measurement of CheckBoxGroup and RadioButtonGroup (#9901) | Petter Holmström | 2017-09-05 | 7 | -0/+118 |
| | | | | | | The related tests have a workaround for another (Chrome specific) GridLayout bug #9921. Those workarounds should be removed once that issue is fixed. Fixes #9148 | ||||
* | Remove scroll bar inherited borders and background for Tree (#9924) | Adam Wagner | 2017-09-05 | 1 | -0/+16 |
| | | | Resolves #9644 | ||||
* | Position caption correctly in GridLayout (#9909) | Petter Holmström | 2017-09-05 | 3 | -1/+83 |
| | | | | | Position caption correctly when using different vertical alignment than TOP in GridLayout. Fixes #7895 | ||||
* | Update DOCTYPE in WidgetSetBuilder | Henri Sara | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Make BaseThemeTest more stable on IE11 | Henri Sara | 2017-09-05 | 1 | -1/+2 |
| | | | | | Try to make the test more stable by using a different way of detecting the presence of a notification. This approach is used e.g. in GridComponentsTest. | ||||
* | Correct DOCTYPE of GWT widgetset | Ahmed Ashour | 2017-09-05 | 1 | -2/+2 |
| | |||||
* | Fix AbstractClientConnector stateTypeCache memory leak (#9896) | Aleksi Hietanen | 2017-09-05 | 2 | -7/+75 |
| | | | Fixes #9883 | ||||
* | Update and rename vaadin-icons.scss to _vaadin-icons.scss (#9895) | Knoobie | 2017-09-05 | 1 | -1/+1 |
| | | | Rename the vaadin-icons.scss to allow other libsass to compile the project successful. | ||||
* | Omit duplicate caption for a Panel in a Composite | Henri Sara | 2017-09-05 | 3 | -0/+85 |
| | | | | | | Correctly render components that handle their own captions inside a Composite. Fixes #9848 | ||||
* | Fix missing since tag in compatibility package Grid8.1.3 | Aleksi Hietanen | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | Remove drag over style on file drop (#9888) | Henri Sara | 2017-08-29 | 1 | -0/+2 |
| | | | Fixes #9870 | ||||
* | Add missing Tree#getContentMode (#9889) | Aleksi Hietanen | 2017-08-29 | 1 | -2/+14 |
| | |||||
* | Fix since tags for 8.1.3 release (#9887) | Aleksi Hietanen | 2017-08-29 | 2 | -3/+3 |
| | |||||
* | Binder javadoc fix (#9886) | Aleksi Hietanen | 2017-08-29 | 1 | -8/+9 |
| | |||||
* | Minor javadoc improvements (#9885) | Aleksi Hietanen | 2017-08-29 | 2 | -11/+11 |
| | |||||
* | Add declarative support to Tree (#9881) | Aleksi Hietanen | 2017-08-29 | 3 | -2/+348 |
| | | | Closes #9838 | ||||
* | Enable Declarative Services in OSGi portlet UI (#9879) | Mirjan Merruko | 2017-08-29 | 4 | -9/+75 |
| | | | | | If the UI scope is not prototype, show a warning that declarative services are not available in the UI. Fixes #9589 | ||||
* | Exclude PhantomJS from flaky GridComponentsTest | Henri Sara | 2017-08-29 | 1 | -0/+5 |
| | | | The test testReuseTextFieldOnScroll() often crashes PhantomJS 1. | ||||
* | Fix focus when Grid editor is saved or cancelled (#9835) | Teemu Suo-Anttila | 2017-08-29 | 4 | -12/+54 |
| | | | Fixes #9832 | ||||
* | Resize should work within Grid details row (#9808) | Ansku | 2017-08-29 | 8 | -9/+779 |
| | | | Fixes #7341 | ||||
* | Fix null check in BackEndDataProvider (#9858) | Henri Sara | 2017-08-29 | 1 | -1/+1 |
| | | | Fixes #9855 | ||||
* | Fix IE tooltip test in TreeBasicFeaturesTest (#9860) | Henri Sara | 2017-08-29 | 1 | -0/+6 |
| |