aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Test tweaks (#12169)Anna Koskinen2020-12-072-14/+31
| | | | | | | | * Test tweaks - Divided HeaderFooterClickLeftRightMiddleTest tests to separate methods based on click type - Updated screenshot
* Bump jetty.version from 9.4.34.v20201102 to 9.4.35.v20201120 (#12164)dependabot[bot]2020-12-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps `jetty.version` from 9.4.34.v20201102 to 9.4.35.v20201120. Updates `jetty-server` from 9.4.34.v20201102 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120) Updates `jetty-servlets` from 9.4.34.v20201102 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120) Updates `websocket-server` from 9.4.34.v20201102 to 9.4.35.v20201120 Updates `jetty-webapp` from 9.4.34.v20201102 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120) Updates `jetty-util` from 9.4.34.v20201102 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120) Updates `jetty-proxy` from 9.4.34.v20201102 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120) Updates `jetty-maven-plugin` from 9.4.34.v20201102 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120) Signed-off-by: dependabot[bot] <support@github.com>
* MenuBar: Don't set openRootOnHover when on Android or IOS. (#12135)Martin Vysny2020-12-031-2/+9
| | | Fixes #5873
* Binder: Also use converter for user-changed values (#12132)Tatu Lund2020-12-032-1/+74
| | | See: https://vaadin.com/forum/thread/15931682
* Ensure Composite's contents gets re-measured on resize. (#12154)Anna Koskinen2020-12-017-0/+230
| | | Fixes: #12153
* Replace function reference with anonymous class for serialization (#12137)Tatu Lund2020-11-261-19/+20
| | | | | Lambdas and function references do not serialize See: https://vaadin.com/forum/thread/18462951/vaadin-8-stateful-session
* Bump jetty.version from 9.4.17.v20190418 to 9.4.34.v20201102 (#12149)dependabot[bot]2020-11-265-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump jetty.version from 9.4.17.v20190418 to 9.4.34.v20201102 Bumps `jetty.version` from 9.4.17.v20190418 to 9.4.34.v20201102. Updates `jetty-server` from 9.4.17.v20190418 to 9.4.34.v20201102 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102) Updates `jetty-servlets` from 9.4.17.v20190418 to 9.4.34.v20201102 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102) Updates `websocket-server` from 9.4.17.v20190418 to 9.4.34.v20201102 Updates `jetty-webapp` from 9.4.17.v20190418 to 9.4.34.v20201102 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102) Updates `jetty-util` from 9.4.17.v20190418 to 9.4.34.v20201102 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102) Updates `jetty-proxy` from 9.4.17.v20190418 to 9.4.34.v20201102 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102) Updates `jetty-maven-plugin` from 9.4.17.v20190418 to 9.4.34.v20201102 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102) Signed-off-by: dependabot[bot] <support@github.com> * Merge branch 'master' into dependabot/maven/jetty.version-9.4.34.v20201102 * Test fixes
* Make checkAtmosphereSupport() non-static (#12131)Tatu Lund2020-11-241-3/+6
| | | Fixes: https://github.com/vaadin/multiplatform-runtime/issues/77
* Update UsingPolling.asciidoc (#12150)Jouni Koivuviita2020-11-241-0/+1
| | | Fix content rendering (the first sentence was omitted if there is no empty line between the title and the first paragraph).
* Test updates (#12147)Anna Koskinen2020-11-23318-2/+2
| | | | | | | * Test updates - updated screenshots for Firefox, IE, and Chrome - updated Firefox and Chrome version numbers
* Tweaks to Grid/Escalator column size handling (#12145)Anna Koskinen2020-11-107-93/+301
| | | | | | | | | | | | | | | | | | | | | | | | | | - ScrollbarBundle: removed delays in scroll handling that were only needed for IE8, added possibility to update offsetSize and scrollSize at the same time in order to avoid triggering unnecessary scrollbar visibility change events during the intermediate state. - ColumnConfigurator: added new method that allows setting column widths without triggering element size recalculations. - EscalatorProxy: added implementation of the new method to ColumnConfigurationProxy. - Escalator: switched to use new methods in ScrollbarBundle and ColumnConfigurator, added a pixel to a scrollbar offsetSize calculation that was for some reason consistently one pixel too low, removed duplicate method calls from sectionHeightCalculated handling as those are already handled by the calling method and can cause incorrect intermediate state and unnecessary scrollbar visibility change events, added implementation of the new method to ColumnConfigurationImpl with the element size recalculations made optional. - Grid: updated column minimum width calculations to take into account the potential presence of a resize handle, updated expand ratio handling to not trigger element size recalculations until the entire handling is finished. - Test for column width handling when there are multiple columns with setMinimumWidthFromContent(false) Fixes #12139
* Use generated id of the menu item to help testing of the menubar (#12124)Tatu Lund2020-10-222-6/+14
| | | | | Use generated IDs for MenuItems when an ID is set for MenuBar. Tying the ID to MenuBar's ID helps with the possible case of having multiple MenuBars on the same view and avoids to have excess id's when not needed. Fixes: https://github.com/vaadin/framework/issues/8186
* Bump JUnit from 4.12 to 4.13.1 (#12122)Anna Koskinen2020-10-133-3/+3
|
* Revert the selenium version update (#12112)Zhe Sun2020-10-131-1/+1
|
* Take border into account in Grid editor position when it opens upwards. (#12118)Anna Koskinen2020-10-133-3/+4
|
* Log informative message instead of failing with ClassCastException when ↵Martin Vysny2020-10-121-2/+18
| | | | | | polling an obsolete resource (#12115) https://github.com/vaadin/framework/issues/12113
* When a Grid gets scroll-locked, cancel the scrollInProgress handler. (#12116)Anna Koskinen2020-10-121-3/+10
| | | | | | | 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)Anna Koskinen2020-10-124-1/+3
|
* Update to 8.13-SNAPSHOT (#12110)Zhe Sun2020-10-0766-73/+70
|
* Open details rows shouldn't get removed when a new row is added to Grid (#12109)7.7.22Anna Koskinen2020-10-063-6/+93
| | | Fixes: #12106
* Test fixes & split failsafe integration test runs into smaller batches (#12103)Anna Koskinen2020-10-0136-51/+289
|
* Update the Selenium version to 3.141.59 (#12107)Zhe Sun2020-09-251-1/+1
|
* Add DateField(LocalDate value) constructor (#12096)Tatu Lund2020-09-251-0/+11
|
* Adding regression test against malicious input (#12105)Tatu Lund2020-09-251-0/+5
|
* fix duplicate key exception with Binder when interface method is overwritten ↵vt5122020-09-082-1/+29
| | | | (#12091)
* Add convenience overloading for setColumn (#12093)8.12.0.alpha2Tatu Lund2020-09-042-0/+41
| | | Fixes: https://github.com/vaadin/framework/issues/7773
* Update README-DEV.md (#12089)Tarek Oraby2020-09-031-3/+3
|
* Update ServletPortletHelper.java (#12087)Clemens von Schwerin2020-09-031-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 Koskinen2020-09-0210-1/+7
|
* Add API to detect if GridMultiSelect select-all checkbox is checked (#12086)Tarek Oraby2020-08-265-9/+106
|
* fix for #12079 - recalculate Composite layout inside Window (#12082)Olli Tietäväinen2020-08-263-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 Lund2020-08-261-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 Lund2020-08-254-7/+41
| | | | | Hibernate Validator 5+ requires - Validation API 2+ - explicit Expression Language dependency
* Fix link to Valo API documentation (#12080)Johannes Häyry2020-08-191-1/+1
|
* Only remove caption margin from the first visible tab. (#12078)Anna Koskinen2020-08-193-0/+97
| | | Fixes #10437
* Fix typo in error message (#12077)Anna Koskinen2020-08-171-1/+1
|
* Add 1px buffer to Escalator column natural widths. (#12075)Anna Koskinen2020-08-174-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 Koskinen2020-08-131-1/+1
| | | | * Fix to natural column width calculations in Table footer.
* Row Generator fixes (#12027)Andrey B. Panfilov2020-08-122-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 Koskinen2020-08-121-14/+40
| | | Fixes #11235
* Update release-note template for 8.12.0.alpha1 (#12072)8.12.0.alpha1Zhe Sun2020-08-121-1/+4
| | | | * Update release-note template for 8.12.0.alpha1
* Add a regression test for Table's RowGenerator feature. (#12069)Anna Koskinen2020-08-111-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 Lund2020-08-071-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 Lund2020-08-061-1/+3
|
* Fix possible NPE with MPR (#12040)Tatu Lund2020-08-052-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 Koskinen2020-08-051-0/+2
|
* Use queue for resync requests. (#12043)Anna Koskinen2020-07-301-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 Koskinen2020-07-236-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 Koskinen2020-07-094-37/+258
| | | Fixes #12049
* All updates to Escalator size should get reported to LayoutManager. (#12050)Anna Koskinen2020-07-085-0/+338
| | | | Delayed size changes caused by added or removed scrollbars should be taken into account.