Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated release notes8.12.0 | Tatu Lund | 2020-10-20 | 1 | -8/+19 |
| | |||||
* | update release note for 8.12 | Zhe Sun | 2020-10-20 | 1 | -3/+3 |
| | |||||
* | Bump JUnit from 4.12 to 4.13.1 (#12122) (#12130) | Anna Koskinen | 2020-10-20 | 3 | -3/+3 |
| | |||||
* | Take border into account in Grid editor position when it opens upwards. ↵ | Anna Koskinen | 2020-10-20 | 3 | -3/+4 |
| | | | | (#12118) (#12129) | ||||
* | Log informative message instead of failing with ClassCastException when ↵ | Anna Koskinen | 2020-10-20 | 1 | -2/+18 |
| | | | | | | | polling an obsolete resource (#12115) (#12128) https://github.com/vaadin/framework/issues/12113 Authored-by: Martin Vysny <martin@vysny.me> | ||||
* | When a Grid gets scroll-locked, cancel the scrollInProgress handler. ↵ | Anna Koskinen | 2020-10-20 | 1 | -3/+10 |
| | | | | | | | | | (#12116) (#12127) Otherwise opening a Grid editor can cause ApplicationConnection to get stuck in 'active' state even if no actual scroll position processing is ongoing, which in turn causes TestBench delays when it tries to wait until ApplicationConnection indicates that everything necessary has been processed. | ||||
* | Chrome update to version 86 (#12117) (#12126) | Anna Koskinen | 2020-10-20 | 4 | -1/+3 |
| | |||||
* | revert the selenium update | Zhe Sun | 2020-10-08 | 1 | -1/+1 |
| | |||||
* | Update release-note for 8.12.0.beta18.12.0.beta1 | Zhe Sun | 2020-10-08 | 1 | -0/+3 |
| | |||||
* | Open details rows shouldn't get removed when a new row is added to Grid (#12109)7.7.22 | Anna Koskinen | 2020-10-06 | 3 | -6/+93 |
| | | | Fixes: #12106 | ||||
* | Test fixes & split failsafe integration test runs into smaller batches (#12103) | Anna Koskinen | 2020-10-01 | 36 | -51/+289 |
| | |||||
* | Update the Selenium version to 3.141.59 (#12107) | Zhe Sun | 2020-09-25 | 1 | -1/+1 |
| | |||||
* | Add DateField(LocalDate value) constructor (#12096) | Tatu Lund | 2020-09-25 | 1 | -0/+11 |
| | |||||
* | Adding regression test against malicious input (#12105) | Tatu Lund | 2020-09-25 | 1 | -0/+5 |
| | |||||
* | fix duplicate key exception with Binder when interface method is overwritten ↵ | vt512 | 2020-09-08 | 2 | -1/+29 |
| | | | | (#12091) | ||||
* | Add convenience overloading for setColumn (#12093)8.12.0.alpha2 | Tatu Lund | 2020-09-04 | 2 | -0/+41 |
| | | | Fixes: https://github.com/vaadin/framework/issues/7773 | ||||
* | Update README-DEV.md (#12089) | Tarek Oraby | 2020-09-03 | 1 | -3/+3 |
| | |||||
* | Update ServletPortletHelper.java (#12087) | Clemens von Schwerin | 2020-09-03 | 1 | -0/+4 |
| | | | This is needed to get /UIDL working behind a reverse proxy. Without the change pathInfo would be "/UIDL" but prefix would be "/UIDL/" in line 105. | ||||
* | Update Chrome version check to 85 (#12090) | Anna Koskinen | 2020-09-02 | 10 | -1/+7 |
| | |||||
* | Add API to detect if GridMultiSelect select-all checkbox is checked (#12086) | Tarek Oraby | 2020-08-26 | 5 | -9/+106 |
| | |||||
* | fix for #12079 - recalculate Composite layout inside Window (#12082) | Olli Tietäväinen | 2020-08-26 | 3 | -2/+138 |
| | | | Co-authored-by: Anna Koskinen <anna@vaadin.com> | ||||
* | Bump hibernate-validator from 5.3.5.Final to 5.3.6.Final (#12085) | Tatu Lund | 2020-08-26 | 1 | -1/+1 |
| | | | Pick from https://github.com/vaadin/framework/pull/12084 | ||||
* | Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083) | Tatu Lund | 2020-08-25 | 4 | -7/+41 |
| | | | | | Hibernate Validator 5+ requires - Validation API 2+ - explicit Expression Language dependency | ||||
* | Fix link to Valo API documentation (#12080) | Johannes Häyry | 2020-08-19 | 1 | -1/+1 |
| | |||||
* | Only remove caption margin from the first visible tab. (#12078) | Anna Koskinen | 2020-08-19 | 3 | -0/+97 |
| | | | Fixes #10437 | ||||
* | Fix typo in error message (#12077) | Anna Koskinen | 2020-08-17 | 1 | -1/+1 |
| | |||||
* | Add 1px buffer to Escalator column natural widths. (#12075) | Anna Koskinen | 2020-08-17 | 4 | -7/+7 |
| | | | | | | | | | | | | * Add 1px buffer to Escalator column natural widths. The purpose of the buffer is to avoid subpixel handling issues, especially when zoomed in or out. In case fractions need to be adjusted for browser compatibility, round up to ensure the contents have the space they need. Fixes #12048 | ||||
* | Fix to natural column width calculations in Table footer. (#12074) | Anna Koskinen | 2020-08-13 | 1 | -1/+1 |
| | | | | * Fix to natural column width calculations in Table footer. | ||||
* | Row Generator fixes (#12027) | Andrey B. Panfilov | 2020-08-12 | 2 | -34/+69 |
| | | | NOTE: components within row generator are not an officially supported feature and can cause issues within your application. | ||||
* | Added missing MIME types to FileTypeResolver (#12070) | Anna Koskinen | 2020-08-12 | 1 | -14/+40 |
| | | | Fixes #11235 | ||||
* | Update release-note template for 8.12.0.alpha1 (#12072)8.12.0.alpha1 | Zhe Sun | 2020-08-12 | 1 | -1/+4 |
| | | | | * Update release-note template for 8.12.0.alpha1 | ||||
* | Add a regression test for Table's RowGenerator feature. (#12069) | Anna Koskinen | 2020-08-11 | 1 | -0/+167 |
| | | | | | | | * Add a regression test for Table's RowGenerator feature. There used to be a TB2 test for this once upon a time, but for some reason that never got converted into a TB3 test before getting removed. | ||||
* | Explicitly remove old dataprovider listener when new one is set (#12064) | Tatu Lund | 2020-08-07 | 1 | -7/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | * Explicitly remove old dataprovider listener when new one is set If not done, this can cause memory leakage * Formatting * Fixed coding style * Take into account further scenarios Component maybe detached permanently and thus data provider listener needs to be remove in detach. Also if this is only momentary remove from layout add back cycle, re-setup is needed in attach, in case it was not already setup before attaching by setDataProvider. * Change super.detach() call order * Added null check to getDataProvider * Setting dataProviderListener to null on detach * Removing listener only if it exists * Fix | ||||
* | Add enabled check to Column#isResizable (#12063) | Tatu Lund | 2020-08-06 | 1 | -1/+3 |
| | |||||
* | Fix possible NPE with MPR (#12040) | Tatu Lund | 2020-08-05 | 2 | -5/+17 |
| | | | | | It is possible when Vaadin 8 is used with MPR, that ui.getCurrent().getSession() returns null. See: https://github.com/vaadin/multiplatform-runtime/issues/5 | ||||
* | Add a clarifying note to an extension example. (#12062) | Anna Koskinen | 2020-08-05 | 1 | -0/+2 |
| | |||||
* | Use queue for resync requests. (#12043) | Anna Koskinen | 2020-07-30 | 1 | -7/+13 |
| | | | | | | | | | There might be pending requests in the queue when a resync request is made (e.g. through a theme change). This can cause conflicts if the resync request is handled immediately. Therefore the resync request should also be added to the queue and only get resolved when doSendInvocationsToServer() gets triggered again. Fixes #11954 | ||||
* | Add column width recalculation when vertical scrollbar hidden/shown. (#12058) | Anna Koskinen | 2020-07-23 | 6 | -7/+160 |
| | | | | | - If the Grid has any columns with non-fixed widths, the presence of a vertical scrollbar affects the column width calculations. Horizontal scrollbar should only be shown when actually needed. | ||||
* | Revert 'Rewrote debouncing of onResize (#11899)' (#12051) | Anna Koskinen | 2020-07-09 | 4 | -37/+258 |
| | | | Fixes #12049 | ||||
* | All updates to Escalator size should get reported to LayoutManager. (#12050) | Anna Koskinen | 2020-07-08 | 5 | -0/+338 |
| | | | | Delayed size changes caused by added or removed scrollbars should be taken into account. | ||||
* | Add support for "ww" in date format (#12037) | Tatu Lund | 2020-07-03 | 3 | -1/+77 |
| | | | | | Calculate number of the week in the year based on Date. Note, support for "ww" is missing from GWT DateTimeFormat and java.util.Calendar is not supported in GWT, hence DIY method is needed. Fixes: #10603 | ||||
* | Ensure type safety and serializable nature of all the listeners (#12045) | Tatu Lund | 2020-07-03 | 36 | -101/+697 |
| | |||||
* | Clear thread local instances on connection lost in push handler (#12042) | Tatu Lund | 2020-06-30 | 5 | -7/+175 |
| | | | Adopted from https://github.com/vaadin/flow/pull/8567 | ||||
* | Update ComboBox popup position comparison to use correct top value. (#12041) | Anna Koskinen | 2020-06-26 | 3 | -3/+38 |
| | | | Fixes #12029 | ||||
* | Fix rendering of TreeGrid's frozen columns after hierarchy-column reset (#12028) | Tarek Oraby | 2020-06-18 | 3 | -1/+124 |
| | | | | | * Add tests * Fix getVisibleFrozenColumnCount() if SelectionMode is multi | ||||
* | Update chrome version to 83 (#12024) | Zhe Sun | 2020-05-26 | 63 | -1/+1 |
| | | | | | | * Update chrome version to 83 * Update screenshots | ||||
* | Fix ComboBox in read-only mode allowing value change by user (#12022) | Tarek Oraby | 2020-05-25 | 3 | -0/+74 |
| | | | | | | | | | * Fix ComboBox in read-only mode allowing value change by user Fixes #12021 * Fix popup hiding condition Co-authored-by: Tatu Lund <tatu@vaadin.com> | ||||
* | Moving disableBrowserAutocomplete to WidgetUtil and change widgets to use it ↵ | Tatu Lund | 2020-05-25 | 5 | -35/+31 |
| | | | | | | | | | | | | | | | | | | | | | | (#12020) * Add autocomplete prevention to DateField Autocomplete popup will interfere DateField's own popup * Adding disableBrowserAutocomplete(..) in WidgetUtil * Change VComboBox to use WidgetUtil.disableBrowserAutocomplete(..) * Change to use WidgetUtil.disableBrowserAutocomplete(..) * Change VFilterSelect to use WidgetUtil.disableBrowserAutocomplete(..) * Adding WidgetUtil.disableBrowserAutocomplete to VTextualDate * Adding missing import * Adding missing import | ||||
* | Sanitize caption used in compatibility Grid header (#12018) | Anna Koskinen | 2020-05-20 | 1 | -0/+2 |
| | | | | | | * Sanitize caption used in compatibility Grid header Cherry pick of #11644 | ||||
* | Fix compatibility ComboBox filtering when page length is zero. (#12016) | Anna Koskinen | 2020-05-20 | 3 | -1/+120 |
| | | | Issue #11246, slightly modified cherry-pick from #11247 |