]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
4 years agoDefine maven central with https (#11994)
Tarek Oraby [Tue, 12 May 2020 07:10:08 +0000 (10:10 +0300)]
Define maven central with https (#11994)

4 years agoDetermine Push transport before re-connect (#11988)
Tatu Lund [Mon, 11 May 2020 06:45:42 +0000 (09:45 +0300)]
Determine Push transport before re-connect (#11988)

onConnect was allways called with websocket = false. I think this is wrong, since if there was connection loss in websocket, now connection cannot be re-established in websocket mode.

Fixes: https://github.com/vaadin/framework/issues/7190
Cherry pick of https://github.com/vaadin/framework/pull/11884

4 years agoUpdated browsers' screenshots (#11986)
Tarek Oraby [Fri, 8 May 2020 11:00:55 +0000 (14:00 +0300)]
Updated browsers' screenshots (#11986)

Co-authored-by: Anna Koskinen <Ansku@users.noreply.github.com>
4 years agoFix indexing issue in Grid resize when scrolled to bottom. (#11984)
Anna Koskinen [Fri, 8 May 2020 07:44:10 +0000 (10:44 +0300)]
Fix indexing issue in Grid resize when scrolled to bottom. (#11984)

Fixes #11893

4 years agoFix incorrect position of column selector in MPR (#11946)
Mehdi Javan [Thu, 16 Apr 2020 08:35:51 +0000 (11:35 +0300)]
Fix incorrect position of column selector in MPR (#11946)

* Change ContextMenu position from absolute to fixed

* Use getBoundingClientRect to get the coordinates of columnSelector in
VScrollTable when the context menu is being opened

* Update TableTooManyColumnsTest screenshot

* Upgrade Chrome version in VerifyBrowserVersionTest

* Update ValoThemeUITest-sliders screenshot

4 years agoFix generics type in test (#9977) (#11819)
Anna Koskinen [Thu, 21 Nov 2019 15:30:04 +0000 (17:30 +0200)]
Fix generics type in test (#9977) (#11819)

This fixes a compilation error with Eclipse Oxygen.

4 years agoAdded missing package statement. (#11820)
Anna Koskinen [Thu, 21 Nov 2019 08:51:52 +0000 (10:51 +0200)]
Added missing package statement. (#11820)

4 years agoUse APPLICATION_SCOPE for the session lock (#11804)
Tatu Lund [Wed, 13 Nov 2019 16:39:36 +0000 (18:39 +0200)]
Use APPLICATION_SCOPE for the session lock (#11804)

* Use APPLICATION_SCOPE for the session lock

To be able to do this, relevant methods in VaadinService are made protected so
that VaadinPortletService can override them.

The Vaadin session itself is also stored in APPLICATION_SCOPE. The default
scope is PORTLET_SCOPE, so lock would otherwise not be in sync with
the session.

4 years agoTweaked layouttester tests to be more informative. (#11800)
Anna Koskinen [Tue, 12 Nov 2019 13:52:35 +0000 (15:52 +0200)]
Tweaked layouttester tests to be more informative. (#11800)

4 years agoCherry pick PR #11791 from Vaadin 8 (#11798)
Tatu Lund [Mon, 11 Nov 2019 13:49:21 +0000 (15:49 +0200)]
Cherry pick PR #11791 from Vaadin 8 (#11798)

* Cherry pick PR #11791 from Vaadin 8

See: https://github.com/vaadin/framework/pull/11791

4 years agoFix issue where Chrome refused to select text in Table (#11709)
samulivaadin [Thu, 7 Nov 2019 11:42:28 +0000 (13:42 +0200)]
Fix issue where Chrome refused to select text in Table (#11709)

4 years agoAdd a missing letter (#11677)
Anastasia Smirnova [Wed, 6 Nov 2019 15:26:27 +0000 (17:26 +0200)]
Add a missing letter (#11677)

Fixes https://github.com/vaadin/framework/issues/11409 for a V7 branch

4 years agoTests updated to Chrome 78 (#11794)
Anna Koskinen [Wed, 6 Nov 2019 14:47:29 +0000 (16:47 +0200)]
Tests updated to Chrome 78 (#11794)

5 years agoSanitize caption used in Grid header
Tatu Lund [Mon, 1 Jul 2019 11:36:09 +0000 (14:36 +0300)]
Sanitize caption used in Grid header

Cherry pick of https://github.com/vaadin/framework/pull/11644

5 years agoTable / TreeTable multiselect disabling of touch detection (#11641)
Olli Tietäväinen [Mon, 1 Jul 2019 12:17:59 +0000 (15:17 +0300)]
Table / TreeTable multiselect disabling of touch detection (#11641)

* Fixes #11601. Add toggle for disabling touch detection on table multiselect.

* fix tests

5 years agoTest with browser update to Chrome 75 (#11633)
Zhe Sun [Wed, 26 Jun 2019 10:53:29 +0000 (13:53 +0300)]
Test with browser update to Chrome 75 (#11633)

Fixes failed tests

5 years agoOverride reserved globals for Firefox
Artur Signell [Wed, 22 May 2019 12:05:44 +0000 (15:05 +0300)]
Override reserved globals for Firefox

Fixes #11597

5 years agopick Panel HTML caption changes from master (#11589)
Olli Tietäväinen [Tue, 21 May 2019 09:41:59 +0000 (12:41 +0300)]
pick Panel HTML caption changes from master (#11589)

5 years agofixes #11437 for V7 (#11588)
Olli Tietäväinen [Mon, 20 May 2019 12:54:31 +0000 (15:54 +0300)]
fixes #11437 for V7 (#11588)

5 years agoFix broken links in documentation
juhopiirainen [Fri, 17 May 2019 12:53:55 +0000 (15:53 +0300)]
Fix broken links in documentation

5 years agoFix validation failures. (#11578)
Sun Zhe [Thu, 16 May 2019 14:00:47 +0000 (17:00 +0300)]
Fix validation failures. (#11578)

* Correct failing test and add sleep

* Update screenshots

5 years agoChange VSlider to use Event.ONKEYDOWN with Firefox 65+ (#11506) 7.7.18
Tatu Lund [Wed, 3 Apr 2019 11:32:35 +0000 (14:32 +0300)]
Change VSlider to use Event.ONKEYDOWN with Firefox 65+ (#11506)

Fixes #11502

5 years agoFixes a Grid issue that breaks sorting. (#10999)
duffrohde [Tue, 2 Apr 2019 06:16:27 +0000 (08:16 +0200)]
Fixes a Grid issue that breaks sorting. (#10999)

* Fixes a Grid issue that breaks sorting.

When multi-select has been enabled and disabled a number of times, sorting on the first column in a Grid is broken.
Unregistering a click handler on the header solves the problem.

* Added a test checking that sorting of a grid column still works after having enabled and then disabled multi select mode.
The grid is configured with an extra header row containing a text box since it triggers an exception if the header click handler for the multi select column is not removed.

* Remove an unused import that was added by mistake

5 years agoChange VMenuBar to use KeyDownHandler with Firefox 65+ (#11505)
Tatu Lund [Fri, 29 Mar 2019 12:52:25 +0000 (14:52 +0200)]
Change VMenuBar to use KeyDownHandler with Firefox 65+ (#11505)

5 years agoChange VCalendarPanel to use KeyDownHandler with Firefox 65+ (#11507)
Tatu Lund [Fri, 29 Mar 2019 08:12:10 +0000 (10:12 +0200)]
Change VCalendarPanel to use KeyDownHandler with Firefox 65+ (#11507)

Fixes #11502

5 years agoChange VMenuBar to use KeyDownHandler with Firefox 65+ (#11508)
Tatu Lund [Thu, 28 Mar 2019 09:50:32 +0000 (11:50 +0200)]
Change VMenuBar to use KeyDownHandler with Firefox 65+ (#11508)

#11502

5 years agoChange VTree to use KeyDownHandler with Firefox 65+ (#11509)
Tatu Lund [Thu, 28 Mar 2019 08:02:24 +0000 (10:02 +0200)]
Change VTree to use KeyDownHandler with Firefox 65+ (#11509)

Fixes #11502

5 years agoCatch exception that is thrown when Grid is scrolled during operation (#11467) 7.7.17
Tatu Lund [Mon, 11 Mar 2019 07:55:05 +0000 (09:55 +0200)]
Catch exception that is thrown when Grid is scrolled during operation (#11467)

IllegalStateException may occur if user has scrolled Grid so that Escalator has updated, and row under Editor is no longer there
Fixes https://github.com/vaadin/framework/issues/11463

5 years agoFix typo (#11466)
Mehdi Javan [Wed, 27 Feb 2019 07:17:21 +0000 (09:17 +0200)]
Fix typo (#11466)

5 years agoadded missing since 7.7.16 (#11418) 7.7.16
Olli Tietäväinen [Fri, 11 Jan 2019 09:47:00 +0000 (11:47 +0200)]
added missing since 7.7.16 (#11418)

5 years agoFixes #11369 (#11402)
macprzepiora [Fri, 11 Jan 2019 07:57:44 +0000 (08:57 +0100)]
Fixes #11369 (#11402)

Clear contents of iframe clone that is in a Window so that when it's reattached to DOM we don't get 404

5 years agocopied waitUntil to selectMenuPath from FW8 (#11415)
Olli Tietäväinen [Thu, 10 Jan 2019 11:58:06 +0000 (13:58 +0200)]
copied waitUntil to selectMenuPath from FW8 (#11415)

5 years agoupdate to Jetty 9.4 (#11411)
Olli Tietäväinen [Tue, 8 Jan 2019 08:14:14 +0000 (10:14 +0200)]
update to Jetty 9.4 (#11411)

5 years agoV7: Improve VMenuBar click handling logic (#11362)
Anastasia Smirnova [Fri, 14 Dec 2018 09:13:01 +0000 (11:13 +0200)]
V7: Improve VMenuBar click handling logic (#11362)

* Improve VMenuBar click handling logic

Backport to V7:
During `updateFromUIDL` inside MenuBarConnector we empty and re-instantiate the components of MenuBar. When we are modifying the Menubar from the BlurEventListener of another component, we ,by this, remove widgets, therefore clickEvent is not fired and the action of the MenuItem is not proceed as a result. (The BlurEvent is fired before the click event in the chain of events. )

To improve the situation, we catch onMouseDown event , which is fired before BlurEvent,by assigning mouseDown flag to true. Then if no click event has yet happened, we delay the execution of update inside `updateFromUIDL` by default 500 ms. Then if click event occurs, it proceeds normally. The time can be increased/decreased using setter.

There is no delay, if we are clicking on the MenuBar as usual or no Blur listener is set.

This change allows setting descriptions preserving the action from the MenuItem

(cherry picked from commit 22cc85c76f28a762685204911ad66f95bda2d296)

* Improve VMenuBar click handling logic

Add missing files from the first commit

Backported to V7:
(cherry picked from commit 22cc85c)

5 years ago7 7 ie11 screenshots (#11364)
Olli Tietäväinen [Tue, 11 Dec 2018 09:12:14 +0000 (11:12 +0200)]
7 7 ie11 screenshots (#11364)

7.7 reference screenshot directory

5 years agoie11 screenshots (#11357)
Olli Tietäväinen [Wed, 5 Dec 2018 15:38:09 +0000 (17:38 +0200)]
ie11 screenshots (#11357)

5 years agoupdated Firefox screenshots (#11349)
Olli Tietäväinen [Mon, 3 Dec 2018 13:23:11 +0000 (15:23 +0200)]
updated Firefox screenshots (#11349)

5 years agoremoved tests that are broken on headless Chrome which doesn't allow resizing (#11342)
Olli Tietäväinen [Thu, 29 Nov 2018 14:26:35 +0000 (16:26 +0200)]
removed tests that are broken on headless Chrome which doesn't allow resizing (#11342)

5 years agotestbench-api is generated later in the release process nowadays; if it's listed...
Olli Tietäväinen [Tue, 27 Nov 2018 14:09:36 +0000 (16:09 +0200)]
testbench-api is generated later in the release process nowadays; if it's listed here, it will give a red light for the staging report (#11336)

5 years agoTest fixes and IE 10 screenshots (#11277)
sergey-vaadin [Fri, 16 Nov 2018 12:52:43 +0000 (14:52 +0200)]
Test fixes and IE 10 screenshots (#11277)

5 years agoAdd note about JRE9+ not being supported
Olli Tietäväinen [Wed, 14 Nov 2018 09:05:04 +0000 (11:05 +0200)]
Add note about JRE9+ not being supported

Update release notes by mentioning JRE9+ not being supported

5 years agoFix Combo Box filtered on Property not showing results when page length is zero ...
Vlad [Thu, 8 Nov 2018 12:33:01 +0000 (15:33 +0300)]
Fix Combo Box filtered on Property not showing results when page length is zero (#11247)

* Fix #11246

Take zero pageLength into account when calculating filtered ComboBox contents.

* Create ComboboxPageLengthZeroFilterTest.java

* add UI tests for fix

5 years agoUpdate datamodel-properties.asciidoc (#11223)
Anastasia Smirnova [Thu, 8 Nov 2018 11:10:38 +0000 (13:10 +0200)]
Update datamodel-properties.asciidoc (#11223)

* Update datamodel-properties.asciidoc

Fixes : https://github.com/vaadin/framework/issues/11095

* Update datamodel-properties.asciidoc

Remove duplicate ```setConverterFactory```

5 years agoAdd columns at once in a batched way to increase performance (#11261)
ericflock [Tue, 6 Nov 2018 10:47:31 +0000 (11:47 +0100)]
Add columns at once in a batched way to increase performance (#11261)

* provide possibility to add columns in a batched way

This is the basis to increase the performance for further changes.

* add the columns at once to the grid to increase performance

* combined performance fixes

* respect the column order

* Fixed formatting

5 years agoIE9 test screenshots (#11275)
sergey-vaadin [Thu, 25 Oct 2018 08:27:08 +0000 (11:27 +0300)]
IE9 test screenshots (#11275)

* IE9 screenshots

5 years agoIE8 screenshots (#11273)
sergey-vaadin [Wed, 24 Oct 2018 12:02:36 +0000 (15:02 +0300)]
IE8 screenshots (#11273)

5 years agoIE11 test screenshots 2 (#11270)
sergey-vaadin [Tue, 23 Oct 2018 11:56:22 +0000 (14:56 +0300)]
IE11 test screenshots 2 (#11270)

5 years agoIE11 test screenshots (#11258)
sergey-vaadin [Thu, 18 Oct 2018 14:14:04 +0000 (17:14 +0300)]
IE11 test screenshots (#11258)

6 years agoTests (wrong screenshots and JRE version, delay) (#11255)
sergey-vaadin [Wed, 17 Oct 2018 11:32:29 +0000 (14:32 +0300)]
Tests (wrong screenshots and JRE version, delay) (#11255)

* wrong screenshots and JRE version

* delay for submenu

6 years agotest fix (missing and wrong screenshots) (#11251)
sergey-vaadin [Wed, 17 Oct 2018 07:14:55 +0000 (10:14 +0300)]
test fix (missing and wrong screenshots) (#11251)

6 years agoRemove old release notes configurations (#11240)
Anastasia Smirnova [Thu, 11 Oct 2018 09:49:15 +0000 (12:49 +0300)]
Remove old release notes configurations (#11240)

* Remove old release notes configurations

* Remove FetchReleseNotes* files

6 years agopotential fixes for the tests (#11226)
sergey-vaadin [Wed, 10 Oct 2018 12:39:31 +0000 (15:39 +0300)]
potential fixes for the tests (#11226)

* potential fixes for the tests

6 years agoEliminate initial double rendering during initial rendering
Tatu Lund [Wed, 3 Oct 2018 12:49:08 +0000 (15:49 +0300)]
Eliminate initial double rendering during initial rendering

6 years agoUpdating screenshots (#11190) 7.7.15
Anastasia Smirnova [Wed, 19 Sep 2018 06:10:18 +0000 (09:10 +0300)]
Updating screenshots (#11190)

Updating screenshots

6 years ago7.7 fix upload test (#11162)
Ilia Motornyi [Wed, 5 Sep 2018 14:30:23 +0000 (17:30 +0300)]
7.7 fix upload test (#11162)

Restore InterruptUploadTest functionality, fix TextChangeEventsTest

Fixes #11161

6 years agoAdd configuration for BrowserStack testing (#11164)
Teemu Suo-Anttila [Wed, 5 Sep 2018 10:35:53 +0000 (13:35 +0300)]
Add configuration for BrowserStack testing (#11164)

6 years agoUse Chrome for validation builds
Teemu Suo-Anttila [Tue, 4 Sep 2018 13:26:17 +0000 (16:26 +0300)]
Use Chrome for validation builds

6 years ago7.7 new atmosphere, fix tests, remove SSH requirements
Ilia Motornyi [Tue, 4 Sep 2018 10:11:53 +0000 (13:11 +0300)]
7.7 new atmosphere, fix tests, remove SSH requirements

6 years agoRun devserver under IDEA via maven target (#11152)
Ilia Motornyi [Thu, 30 Aug 2018 14:08:09 +0000 (17:08 +0300)]
Run devserver under IDEA via maven target (#11152)

6 years agoFix build report generation scripts (#11140)
Teemu Suo-Anttila [Fri, 24 Aug 2018 09:02:38 +0000 (12:02 +0300)]
Fix build report generation scripts (#11140)

6 years agoIntroduce servlet container tests from Vaadin 8 (#11128)
Teemu Suo-Anttila [Fri, 24 Aug 2018 08:25:06 +0000 (11:25 +0300)]
Introduce servlet container tests from Vaadin 8 (#11128)

6 years agoAdd API comparison plugin and profile (#11136)
Teemu Suo-Anttila [Fri, 24 Aug 2018 05:11:37 +0000 (08:11 +0300)]
Add API comparison plugin and profile (#11136)

6 years agoUpade vaadin-parent version (#11135)
Teemu Suo-Anttila [Thu, 23 Aug 2018 08:35:28 +0000 (11:35 +0300)]
Upade vaadin-parent version (#11135)

6 years agoAdd snapshot profile for snapshot releases (#11132)
Teemu Suo-Anttila [Wed, 22 Aug 2018 11:25:26 +0000 (14:25 +0300)]
Add snapshot profile for snapshot releases (#11132)

6 years agoUse maven to run PhantomJS tests (#11121)
Teemu Suo-Anttila [Tue, 21 Aug 2018 12:22:12 +0000 (15:22 +0300)]
Use maven to run PhantomJS tests (#11121)

6 years agoFix Chrome version and Chrome border width in tests (#11119)
eriklumme [Tue, 21 Aug 2018 06:59:09 +0000 (09:59 +0300)]
Fix Chrome version and Chrome border width in tests (#11119)

6 years agoEmpty sinces for 7.7.14 (#11114) 7.7.14
Olli Tietäväinen [Wed, 15 Aug 2018 12:13:03 +0000 (15:13 +0300)]
Empty sinces for 7.7.14 (#11114)

6 years agoCompensate for Grid editor moving out of sync horizontally. (#11092)
Anna Koskinen [Mon, 13 Aug 2018 12:41:23 +0000 (15:41 +0300)]
Compensate for Grid editor moving out of sync horizontally. (#11092)

Fixes #10998

6 years agoChange documentation code samples to produce expected output (#11093)
nenad [Thu, 9 Aug 2018 10:00:59 +0000 (12:00 +0200)]
Change documentation code samples to produce expected output (#11093)

6 years agoFixed typo (#11073)
Ilia Motornyi [Fri, 20 Jul 2018 09:03:53 +0000 (12:03 +0300)]
Fixed typo (#11073)

6 years agoFix removal tabsheets if last one is selected (#11074)
Ilia Motornyi [Thu, 19 Jul 2018 12:14:51 +0000 (15:14 +0300)]
Fix removal tabsheets if last one is selected (#11074)

Backport #11070

Related to #10925

6 years agoFix initially selected CheckBox rendering in Safari (#11047)
Olli Tietäväinen [Wed, 18 Jul 2018 05:06:59 +0000 (08:06 +0300)]
Fix initially selected CheckBox rendering in Safari (#11047)

6 years agoAdd xsrf token header if cookie is present (#11040)
Ilia Motornyi [Wed, 18 Jul 2018 04:13:22 +0000 (07:13 +0300)]
Add xsrf token header if cookie is present (#11040)

Fixes #9471

6 years agoMemory leak fix in ConnectorTracker (#10743)
doggy-dev [Tue, 17 Jul 2018 12:50:47 +0000 (14:50 +0200)]
Memory leak fix in ConnectorTracker (#10743)

When finished with upload, streamVariable should be disposed.
Now StreamVariable is removed also from streamVariableToSeckey.
https://github.com/vaadin/framework/issues/10695 #10695

6 years agoFix validation build to work with new build agents (#11054)
Teemu Suo-Anttila [Tue, 17 Jul 2018 08:29:16 +0000 (11:29 +0300)]
Fix validation build to work with new build agents (#11054)

6 years agoUpdate GWT fork version (#10992)
Gilberto Torrezan [Tue, 19 Jun 2018 12:18:14 +0000 (15:18 +0300)]
Update GWT fork version (#10992)

6 years agoRemove unused class (#10990)
Ilia Motornyi [Tue, 19 Jun 2018 06:38:53 +0000 (08:38 +0200)]
Remove unused class (#10990)

* Remove unused class

6 years agoAdd fallback resolvers for CurrentInstance (#10974)
Gilberto Torrezan [Wed, 13 Jun 2018 07:08:04 +0000 (10:08 +0300)]
Add fallback resolvers for CurrentInstance (#10974)

* Add fallback resolvers for CurrentInstance

This allow applications to inject custom default instances when the
current instances cannot be found by regular means.

For example, when VaadinServlet.getCurrent() would return null, a
fallback resolver could be invoked to properly create the servlet and
return it.

* Make the setting of CurrentInstanceFallbackResolvers protected

* Remove the default constructor. Improve test.

* Made setFallbackResolver public again

* Rename the method to defineFallbackResolver, and make it throw when a
type is used twice

* Make the method thread-safe

* Make the method thread-safe in a Java 6 way

* Thread safety with ConcurrentHashMap API instead of just Map

* Improve test with fake classes.

* Clear the test state after it has been run.

6 years agoFix MultiSelectionRenderer right-click exception (#10945)
Ilia Motornyi [Wed, 23 May 2018 06:46:17 +0000 (09:46 +0300)]
Fix MultiSelectionRenderer right-click exception (#10945)

Related #10942

6 years agoOpen methods to allow custom static file serving logic (#10910)
Gilberto Torrezan [Fri, 11 May 2018 13:29:15 +0000 (16:29 +0300)]
Open methods to allow custom static file serving logic (#10910)

* Open methods to allow custom static file serving logic

The methods serveStaticResources and serveStaticResourcesInVAADIN have
been changed from private to protected to allow subclasses to change how
static files are served.

6 years agoAdded possibility to add listener for connectorMarkedDirty (#10876)
Gilberto Torrezan [Mon, 7 May 2018 13:24:39 +0000 (16:24 +0300)]
Added possibility to add listener for connectorMarkedDirty (#10876)

6 years agoUpdate V7 Docs community articles (#10637)
KatriHaapalinna [Mon, 7 May 2018 12:36:33 +0000 (15:36 +0300)]
Update V7 Docs community articles (#10637)

6 years agoDocumentattion: Fix asciidocs headings H1 (#10883)
Ilia Motornyi [Fri, 4 May 2018 11:16:33 +0000 (14:16 +0300)]
Documentattion: Fix asciidocs headings H1 (#10883)

6 years agoUpdate Copyright headers for year 2018 (#10762)
Ilia Motornyi [Wed, 28 Mar 2018 10:30:07 +0000 (13:30 +0300)]
Update Copyright headers for year 2018 (#10762)

6 years agoAllow configuring content modes for Grid cell tooltips (#10396)
Leif Åstrand [Tue, 6 Feb 2018 14:32:41 +0000 (16:32 +0200)]
Allow configuring content modes for Grid cell tooltips (#10396)

6 years agoUpdate broken link for parking app (#10525)
Pekka Hyvönen [Tue, 30 Jan 2018 14:59:11 +0000 (16:59 +0200)]
Update broken link for parking app (#10525)

6 years agoFix removeUI assertions to work with proxy UIs (#10575)
Teemu Suo-Anttila [Mon, 29 Jan 2018 11:51:14 +0000 (13:51 +0200)]
Fix removeUI assertions to work with proxy UIs (#10575)

6 years agoFix scrolling problem in table in Chrome 56+ (#10492)
Artur [Fri, 5 Jan 2018 13:13:55 +0000 (15:13 +0200)]
Fix scrolling problem in table in Chrome 56+ (#10492)

* Fix scrolling problem in table in Chrome 56+

Fixes #8707

* Remove commented code

6 years agoAdd missing since tag to new method (#10458) 7.7.13
Adam Wagner [Thu, 21 Dec 2017 09:04:25 +0000 (11:04 +0200)]
Add missing since tag to new method (#10458)

* Add missing since tag to new method

6 years agoPrevent killing UI if heartbeats are pending (#10371) (#10450)
Olli Tietäväinen [Wed, 20 Dec 2017 14:48:56 +0000 (16:48 +0200)]
Prevent killing UI if heartbeats are pending (#10371) (#10450)

* Prevent killing UI if heartbeats are pending (#10371)

Fixes #9663

* fixed Java 1.8 syntax -> 1.6

6 years agoEnsure Upload is properly reset after an upload is interrupted (#9635) (#10457)
Anna Koskinen [Wed, 20 Dec 2017 14:13:36 +0000 (16:13 +0200)]
Ensure Upload is properly reset after an upload is interrupted (#9635) (#10457)

* Ensure Upload is properly reset after an upload is interrupted (#9635)

6 years agoFix grid details height calculation issue (#10453)
Adam Wagner [Wed, 20 Dec 2017 10:22:05 +0000 (12:22 +0200)]
Fix grid details height calculation issue (#10453)

6 years agoFix column width resize event firing when mode is SIMPLE (#10452)
Adam Wagner [Tue, 19 Dec 2017 09:08:18 +0000 (11:08 +0200)]
Fix column width resize event firing when mode is SIMPLE (#10452)

6 years agoUse new validation screenshots (#10444)
Teemu Suo-Anttila [Fri, 15 Dec 2017 14:58:35 +0000 (16:58 +0200)]
Use new validation screenshots (#10444)

6 years agoAdd disclaimers about performance to TreeTable (#10381)
Teemu Suo-Anttila [Wed, 29 Nov 2017 11:27:39 +0000 (13:27 +0200)]
Add disclaimers about performance to TreeTable (#10381)

6 years agoadded missing javadocs and since tags (#10315) 7.7.12
Olli Tietäväinen [Mon, 13 Nov 2017 12:58:26 +0000 (14:58 +0200)]
added missing javadocs and since tags (#10315)

* added missing javadocs and since tags

* fix formatting of javadocs

6 years agoMake focus circulate in modal dialog to improve accessibility (#10311)
Adam Wagner [Mon, 13 Nov 2017 08:57:01 +0000 (10:57 +0200)]
Make focus circulate in modal dialog to improve accessibility (#10311)

* Make focus circulate in modal dialog to improve accessibility (#10260)

Make focus circulate in modal dialog to improve accessibility

* Backport window order event

* Correct since tag

* Correct copyright header

6 years agohand-picked fix to #5043 combobox suggestion popup on scroll (#10307)
Olli Tietäväinen [Mon, 13 Nov 2017 08:18:46 +0000 (10:18 +0200)]
hand-picked fix to #5043 combobox suggestion popup on scroll (#10307)

* hand-picked fix to #5043 combobox suggestion popup on scroll

* cleanup

6 years agoSet no-store headers on UIDL messages (#10308)
Olli Tietäväinen [Mon, 13 Nov 2017 07:16:25 +0000 (09:16 +0200)]
Set no-store headers on UIDL messages (#10308)

UIDL might contain sensitive information that we should prevent from
being stored anywhere.

6 years agoGWT upgrade
Olli Tietäväinen [Fri, 10 Nov 2017 15:13:18 +0000 (17:13 +0200)]
GWT upgrade