]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
7 years agoMigrate IntegratingAJavaScriptComponent pr9959/r16
Erik Lumme [Tue, 12 Sep 2017 08:01:45 +0000 (11:01 +0300)]
Migrate IntegratingAJavaScriptComponent

7 years agoMigrate VaadinOnGrailsMultipleUIs pr9959/r15
Erik Lumme [Tue, 12 Sep 2017 07:48:59 +0000 (10:48 +0300)]
Migrate VaadinOnGrailsMultipleUIs

7 years agoRemove unneccessary files pr9959/r14
Erik Lumme [Tue, 12 Sep 2017 07:37:42 +0000 (10:37 +0300)]
Remove unneccessary files

7 years agoMigrate VaadinOnGrailsDatabaseAccess pr9959/r13
Erik Lumme [Tue, 12 Sep 2017 07:13:42 +0000 (10:13 +0300)]
Migrate VaadinOnGrailsDatabaseAccess

7 years agoMigrate VaadinOnGrailsCreateProjectInIntellijIDEA pr9959/r12
Erik Lumme [Tue, 12 Sep 2017 06:47:41 +0000 (09:47 +0300)]
Migrate VaadinOnGrailsCreateProjectInIntellijIDEA

7 years agoFix link typo and remove dead link pr9959/r11
Erik Lumme [Tue, 12 Sep 2017 06:17:48 +0000 (09:17 +0300)]
Fix link typo and remove dead link

7 years agoFix image filename typo pr9959/r10
Erik Lumme [Tue, 12 Sep 2017 06:10:26 +0000 (09:10 +0300)]
Fix image filename typo

7 years agoMigrate IntegrationExperiences pr9959/r9
Erik Lumme [Mon, 11 Sep 2017 13:39:05 +0000 (16:39 +0300)]
Migrate IntegrationExperiences

7 years agoFix typo in the correct place pr9959/r8
Erik Lumme [Mon, 11 Sep 2017 13:01:54 +0000 (16:01 +0300)]
Fix typo in the correct place

7 years agoFix attachment typo pr9959/r7
Erik Lumme [Mon, 11 Sep 2017 13:01:19 +0000 (16:01 +0300)]
Fix attachment typo

7 years agoMigrate IntegratingAnExistingGWTWidget pr9959/r6
Erik Lumme [Mon, 11 Sep 2017 13:00:24 +0000 (16:00 +0300)]
Migrate IntegratingAnExistingGWTWidget

7 years agoMigrate CreatingASimpleComponent pr9959/r5
Erik Lumme [Mon, 11 Sep 2017 12:33:21 +0000 (15:33 +0300)]
Migrate CreatingASimpleComponent

7 years agoMigrate ChooseInputFieldComponentsWisely pr9959/r4
Erik Lumme [Mon, 11 Sep 2017 12:22:48 +0000 (15:22 +0300)]
Migrate ChooseInputFieldComponentsWisely

7 years agoMigrate UsingServerInitiatedEvents pr9959/r3
Erik Lumme [Mon, 11 Sep 2017 12:06:32 +0000 (15:06 +0300)]
Migrate UsingServerInitiatedEvents

7 years agoMigrate OptimizingTheWidgetSet pr9959/r2
Erik Lumme [Mon, 11 Sep 2017 11:37:38 +0000 (14:37 +0300)]
Migrate OptimizingTheWidgetSet

7 years agoMigrate documentation files and change typo pr9959/r1
Erik Lumme [Mon, 11 Sep 2017 11:02:42 +0000 (14:02 +0300)]
Migrate documentation files and change typo

7 years agoFix incorrect resource name generation (#9957)
Dos Moonen [Mon, 11 Sep 2017 10:18:05 +0000 (12:18 +0200)]
Fix incorrect resource name generation (#9957)

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 "/".

7 years agoRemove element explicitly when reordering tree grid rows (#9952)
Adam Wagner [Mon, 11 Sep 2017 09:02:20 +0000 (12:02 +0300)]
Remove element explicitly when reordering tree grid rows (#9952)

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

7 years agoMigrate wiki articles to Vaadin documentation (#9912)
Henri Muurimaa [Mon, 11 Sep 2017 08:57:15 +0000 (11:57 +0300)]
Migrate wiki articles to Vaadin documentation (#9912)

* Vaadin Tutorial For Swing Developers
* Setting And Reading Session Attributes
* Enabling Server Push
* Cleaning Up Resources In A UI
* Sending Email From Java Applications
* Using Parameters With Views
* Optimizing Sluggish UI
* Configuring Push For Your Enviroment
* Setting And Reading Cookies
* Using Polling
* Creating An Application That Preserves State On Refresh
* Finding The Current UI And Page And Vaadin Session
* Sending Events From The Client To The Server Using RPC
* Handling Logout
* Remember To Set The Locale
* Scalable Web Applications
* MVC Basics In ITMill Toolkit
* Access Control For Views
* Customizing The Startup Page In An Application

7 years agoMake Servlet related classes more welcoming to DI (#9658)
Dos Moonen [Fri, 8 Sep 2017 13:05:14 +0000 (15:05 +0200)]
Make Servlet related classes more welcoming to DI (#9658)

VaadinCDIServlet can be made much cleaner when VaadinServletService can be proxied.
This also enables specialization, interceptors and delegators.

7 years agoUpdate release publishing scripts (#9947)
Henri Sara [Fri, 8 Sep 2017 12:54:48 +0000 (15:54 +0300)]
Update release publishing scripts (#9947)

* Remove version from URL in publish script. Otherwise, Chrome can cache the failure too aggressively.
* Move mention of creating new milestone to earlier report.
* Add mention of preparing release notes earlier.

7 years agoUpdate version to 8.2-SNAPSHOT (#9946)
Teemu Suo-Anttila [Fri, 8 Sep 2017 09:47:15 +0000 (12:47 +0300)]
Update version to 8.2-SNAPSHOT (#9946)

7 years agoAdd missing source encoding to wiget-set-testutil 8.2.0.alpha1
Teemu Suo-Anttila [Thu, 7 Sep 2017 14:01:15 +0000 (17:01 +0300)]
Add missing source encoding to wiget-set-testutil

7 years agoAdd wait for UI load to test
Teemu Suo-Anttila [Thu, 7 Sep 2017 13:15:25 +0000 (16:15 +0300)]
Add wait for UI load to test

7 years agoFix vaadin-osgi-integration dependency for Karaf test
Teemu Suo-Anttila [Thu, 7 Sep 2017 12:57:55 +0000 (15:57 +0300)]
Fix vaadin-osgi-integration dependency for Karaf test

7 years agoChanged ContentMode Package in Label doc
Jonathan Ilk [Thu, 7 Sep 2017 09:40:41 +0000 (11:40 +0200)]
Changed ContentMode Package in Label doc

7 years agoCombine Archetype and Demo build scripts (#9943)
Teemu Suo-Anttila [Thu, 7 Sep 2017 13:27:25 +0000 (16:27 +0300)]
Combine Archetype and Demo build scripts (#9943)

7 years agoUpdate build report scripts for 8.2 (#9939)
Henri Sara [Thu, 7 Sep 2017 08:01:37 +0000 (11:01 +0300)]
Update build report scripts for 8.2 (#9939)

7 years agoAdd missing since tags for 8.2 (#9938)
Henri Sara [Thu, 7 Sep 2017 07:14:14 +0000 (10:14 +0300)]
Add missing since tags for 8.2 (#9938)

7 years agoUpdate release notes for 8.2.0.alpha1 (#9937)
Henri Sara [Thu, 7 Sep 2017 07:13:32 +0000 (10:13 +0300)]
Update release notes for 8.2.0.alpha1 (#9937)

7 years agoFix making components visible by push (#9934)
Henri Sara [Wed, 6 Sep 2017 12:22:20 +0000 (15:22 +0300)]
Fix making components visible by push (#9934)

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

7 years agoAdd methods to remove Bindings from Binder (#9932)
Teemu Suo-Anttila [Tue, 5 Sep 2017 13:29:14 +0000 (16:29 +0300)]
Add methods to remove Bindings from Binder (#9932)

7 years agoUpdate Binder isValid() javadoc (#9930)
Henri Sara [Tue, 5 Sep 2017 08:05:20 +0000 (11:05 +0300)]
Update Binder isValid() javadoc (#9930)

7 years agoFix grid client side performance regression (#9913)
Aleksi Hietanen [Tue, 5 Sep 2017 05:42:52 +0000 (08:42 +0300)]
Fix grid client side performance regression (#9913)

Trigger update of header/footer only if visibility changes.

Fixes #9884

7 years agoFix Binder bindInstanceFields code example in JavaDoc (#9929)
Teemu Suo-Anttila [Tue, 5 Sep 2017 05:41:27 +0000 (08:41 +0300)]
Fix Binder bindInstanceFields code example in JavaDoc (#9929)

Closes #8994

7 years agoForce re-measurement of CheckBoxGroup and RadioButtonGroup (#9901)
Petter Holmström [Mon, 4 Sep 2017 13:40:38 +0000 (16:40 +0300)]
Force re-measurement of CheckBoxGroup and RadioButtonGroup (#9901)

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

7 years agoRemove scroll bar inherited borders and background for Tree (#9924)
Adam Wagner [Mon, 4 Sep 2017 11:59:49 +0000 (14:59 +0300)]
Remove scroll bar inherited borders and background for Tree (#9924)

Resolves #9644

7 years agoPosition caption correctly in GridLayout (#9909)
Petter Holmström [Mon, 4 Sep 2017 11:56:41 +0000 (14:56 +0300)]
Position caption correctly in GridLayout (#9909)

Position caption correctly when using different vertical alignment than TOP in GridLayout.

Fixes #7895

7 years agoAdd 3 wiki articles (#9903)
Henri Muurimaa [Thu, 31 Aug 2017 10:59:54 +0000 (13:59 +0300)]
Add 3 wiki articles (#9903)

Add articles:

- Configure ComboBoxes wisely
- Letting the user download a file
- Using Vaadin in IBM Domino

7 years agoUpdate DOCTYPE in WidgetSetBuilder
Henri Sara [Thu, 31 Aug 2017 07:37:17 +0000 (10:37 +0300)]
Update DOCTYPE in WidgetSetBuilder

7 years agoMake BaseThemeTest more stable on IE11
Henri Sara [Thu, 31 Aug 2017 06:08:10 +0000 (09:08 +0300)]
Make BaseThemeTest more stable on IE11

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.

7 years agoCorrect DOCTYPE of GWT widgetset
Ahmed Ashour [Wed, 30 Aug 2017 13:26:06 +0000 (15:26 +0200)]
Correct DOCTYPE of GWT widgetset

7 years agoMigrate first Wiki article (#9902)
Henri Muurimaa [Wed, 30 Aug 2017 12:35:53 +0000 (15:35 +0300)]
Migrate first Wiki article (#9902)

Created the folder "articles" under documentation, added img folder for article images and added one article.

7 years agoFix AbstractClientConnector stateTypeCache memory leak (#9896)
Aleksi Hietanen [Wed, 30 Aug 2017 11:03:20 +0000 (14:03 +0300)]
Fix AbstractClientConnector stateTypeCache memory leak (#9896)

Fixes #9883

7 years agoUpdate and rename vaadin-icons.scss to _vaadin-icons.scss (#9895)
Knoobie [Wed, 30 Aug 2017 09:13:44 +0000 (11:13 +0200)]
Update and rename vaadin-icons.scss to _vaadin-icons.scss (#9895)

Rename the vaadin-icons.scss to allow other libsass to compile the project successful.

7 years agoOmit duplicate caption for a Panel in a Composite
Henri Sara [Tue, 29 Aug 2017 11:56:36 +0000 (14:56 +0300)]
Omit duplicate caption for a Panel in a Composite

Correctly render components that handle their own captions inside
a Composite.

Fixes #9848

7 years agoFix missing since tag in compatibility package Grid
Aleksi Hietanen [Tue, 29 Aug 2017 14:05:38 +0000 (17:05 +0300)]
Fix missing since tag in compatibility package Grid

7 years agoAdd missing Tree#getContentMode (#9889)
Aleksi Hietanen [Tue, 29 Aug 2017 12:19:33 +0000 (15:19 +0300)]
Add missing Tree#getContentMode (#9889)

7 years agoRemove drag over style on file drop (#9888)
Henri Sara [Tue, 29 Aug 2017 12:02:11 +0000 (15:02 +0300)]
Remove drag over style on file drop (#9888)

Fixes #9870

7 years agoFix since tags for 8.1.3 release (#9887)
Aleksi Hietanen [Tue, 29 Aug 2017 11:25:52 +0000 (14:25 +0300)]
Fix since tags for 8.1.3 release (#9887)

7 years agoBinder javadoc fix (#9886)
Aleksi Hietanen [Tue, 29 Aug 2017 10:39:08 +0000 (13:39 +0300)]
Binder javadoc fix (#9886)

7 years agoEnable Declarative Services in OSGi portlet UI (#9879)
Mirjan Merruko [Tue, 29 Aug 2017 09:16:14 +0000 (12:16 +0300)]
Enable Declarative Services in OSGi portlet UI (#9879)

If the UI scope is not prototype, show a warning that declarative services are not available in the UI.

Fixes #9589

7 years agoMinor javadoc improvements (#9885)
Aleksi Hietanen [Tue, 29 Aug 2017 09:01:47 +0000 (12:01 +0300)]
Minor javadoc improvements (#9885)

7 years agoAdd declarative support to Tree (#9881)
Aleksi Hietanen [Tue, 29 Aug 2017 08:15:33 +0000 (11:15 +0300)]
Add declarative support to Tree (#9881)

Closes #9838

7 years agoFix capitalization of single character strings (#9880)
Artur [Mon, 28 Aug 2017 13:13:46 +0000 (16:13 +0300)]
Fix capitalization of single character strings (#9880)

7 years agoCreate setter name in a Turkish compatible manner (#9878)
Artur [Mon, 28 Aug 2017 13:01:57 +0000 (16:01 +0300)]
Create setter name in a Turkish compatible manner (#9878)

7 years agoMove ComboBox popup with ComboBox on scroll (#9869)
Henri Sara [Fri, 25 Aug 2017 10:49:00 +0000 (13:49 +0300)]
Move ComboBox popup with ComboBox on scroll (#9869)

Keep the ComboBox popup at the same position relative to the ComboBox
when the view is scrolled.

Fixes #5043

7 years agoFix item description tests on IE for RadioButtonGroup and CheckBoxGroup (#9866)
Aleksi Hietanen [Thu, 24 Aug 2017 10:03:54 +0000 (13:03 +0300)]
Fix item description tests on IE for RadioButtonGroup and CheckBoxGroup (#9866)

7 years agoFix ValoThemeUI button text (#9865)
Henri Sara [Thu, 24 Aug 2017 07:08:03 +0000 (10:08 +0300)]
Fix ValoThemeUI button text (#9865)

7 years agoImprove stability of JavaScriptRenderersTest (#9864)
Henri Sara [Thu, 24 Aug 2017 05:36:17 +0000 (08:36 +0300)]
Improve stability of JavaScriptRenderersTest (#9864)

7 years agoAvoid detaching VL/HL children unnecessarily (#9862)
Henri Sara [Wed, 23 Aug 2017 11:06:00 +0000 (14:06 +0300)]
Avoid detaching VL/HL children unnecessarily (#9862)

When child components are removed from a
VerticalLayout/HorizontalLayout, do not remove other children from the
DOM if no other hierarchy changes are made.

Fixes #7713

7 years agoAdd item description to RadioButtonGroup and CheckBoxGroup (#9841)
Teemu Suo-Anttila [Wed, 23 Aug 2017 11:02:20 +0000 (14:02 +0300)]
Add item description to RadioButtonGroup and CheckBoxGroup (#9841)

7 years agoAvoid detaching CssLayout children unnecessarily (#9861)
Henri Sara [Wed, 23 Aug 2017 10:11:24 +0000 (13:11 +0300)]
Avoid detaching CssLayout children unnecessarily (#9861)

When child components are removed from a CssLayout, do not remove other
children from the DOM if no other hierarchy changes are made.

Fixes #7712

7 years agoButton icon constructor (#9857)
Stephan Knitelius [Wed, 23 Aug 2017 06:49:45 +0000 (08:49 +0200)]
Button icon constructor (#9857)

Added utility constructor for Button(Icon, ClickActionListener):

new Button(VaadinIcons.AIRPLANE, e -> { ... });

7 years agoFix IE tooltip test in TreeBasicFeaturesTest (#9860)
Henri Sara [Wed, 23 Aug 2017 06:40:54 +0000 (09:40 +0300)]
Fix IE tooltip test in TreeBasicFeaturesTest (#9860)

7 years agoFix null check in BackEndDataProvider (#9858)
Henri Sara [Wed, 23 Aug 2017 06:27:41 +0000 (09:27 +0300)]
Fix null check in BackEndDataProvider (#9858)

Fixes #9855

7 years agoResize should work within Grid details row (#9808)
Ansku [Tue, 22 Aug 2017 11:59:49 +0000 (14:59 +0300)]
Resize should work within Grid details row (#9808)

Fixes #7341

7 years agoAdd item descriptions to Tree (#9840)
Teemu Suo-Anttila [Mon, 21 Aug 2017 09:01:32 +0000 (12:01 +0300)]
Add item descriptions to Tree (#9840)

Fixes #9803

7 years agoFix focus when Grid editor is saved or cancelled (#9835)
Teemu Suo-Anttila [Fri, 18 Aug 2017 12:39:44 +0000 (15:39 +0300)]
Fix focus when Grid editor is saved or cancelled (#9835)

Fixes #9832

7 years agoExclude PhantomJS from flaky GridComponentsTest
Henri Sara [Fri, 18 Aug 2017 11:27:16 +0000 (14:27 +0300)]
Exclude PhantomJS from flaky GridComponentsTest

The test testReuseTextFieldOnScroll() often crashes PhantomJS 1.

7 years agoFix state update on Grid Column hide in client (#9836)
Teemu Suo-Anttila [Fri, 18 Aug 2017 09:03:36 +0000 (12:03 +0300)]
Fix state update on Grid Column hide in client (#9836)

Fixes #9152

7 years agoUse getter instead of field for keyMapper (#9831)
Leif Åstrand [Thu, 17 Aug 2017 11:44:16 +0000 (14:44 +0300)]
Use getter instead of field for keyMapper (#9831)

7 years agoBuild docker image for testing demos (#9826)
Teemu Suo-Anttila [Wed, 16 Aug 2017 12:00:58 +0000 (15:00 +0300)]
Build docker image for testing demos (#9826)

This patch allows the demo build script to wrap the resulting war files into docker image. The image contains a jetty with the provided war files deployed on start.

7 years agoUse correct version in since for Grid row height methods (#9824)
Teemu Suo-Anttila [Wed, 16 Aug 2017 10:36:44 +0000 (13:36 +0300)]
Use correct version in since for Grid row height methods (#9824)

Related to #9425.

7 years agoDo not wait for icons to load before interacting with a combo box (#9717)
Artur [Fri, 11 Aug 2017 13:07:51 +0000 (16:07 +0300)]
Do not wait for icons to load before interacting with a combo box (#9717)

Icon load detection code does not handle error events so broken images
will cause tests to fail forever. In other cases also, it seems very
rare to need icons to be loaded before interacting with a combo box. If
there really are use cases for this, it would be better to have a method
to query if all icons are loaded so that special tests can use this method.

Fixes https://github.com/vaadin/testbench/issues/916

7 years agoUpdate components-grid.asciidoc (#9813)
Henri Sara [Fri, 11 Aug 2017 13:04:59 +0000 (16:04 +0300)]
Update components-grid.asciidoc (#9813)

Updates related to #9810

7 years agoProvide API for setting row heights in Grid for different sections (#9810)
Teemu Suo-Anttila [Fri, 11 Aug 2017 12:27:27 +0000 (15:27 +0300)]
Provide API for setting row heights in Grid for different sections (#9810)

Fixes #9425

7 years agoMake CurrentTimeMillisTest more stable (#9812)
Henri Sara [Fri, 11 Aug 2017 08:09:58 +0000 (11:09 +0300)]
Make CurrentTimeMillisTest more stable (#9812)

Sometimes Chrome reports 1ms for very short times to thwart
timing attacks, and sometimes Firefox seems to report 0ms. Make
the test accept these special cases.

Add support for PhantomJS 2 which does support high res time.

7 years agoEnsure wrong Action is not executed after detaching a component (#9806)
Henri Sara [Fri, 11 Aug 2017 07:29:07 +0000 (10:29 +0300)]
Ensure wrong Action is not executed after detaching a component (#9806)

Due to action key generation on ActionManager a wrong action
may be executed if the component that fired the wanted action
is already detached.

This patch makes action keys globally unique, simplifying the
approach of #8495 but reusing its tests.

Fixes #5864

7 years agoEnable setting non-selected default value for DateField (#9745)
Olli Tietäväinen [Thu, 10 Aug 2017 12:57:27 +0000 (15:57 +0300)]
Enable setting non-selected default value for DateField (#9745)

Requested feature: allow setting DateField to a certain starting point without selecting a value.

7 years agoRemove margin-left for FontAwesome icons in ComboBox (#9805)
Teemu Suo-Anttila [Thu, 10 Aug 2017 11:39:17 +0000 (14:39 +0300)]
Remove margin-left for FontAwesome icons in ComboBox (#9805)

7 years agoClarify theme compilation instructions (#9685)
Olli Tietäväinen [Thu, 10 Aug 2017 08:09:22 +0000 (11:09 +0300)]
Clarify theme compilation instructions (#9685)

Paragraph about existing `styles.css` file needed a bit of rephrasing.

7 years agoRemove Chrome Frame support from X-UA-Compatible (#9270)
Knoobie [Thu, 10 Aug 2017 05:54:36 +0000 (07:54 +0200)]
Remove Chrome Frame support from X-UA-Compatible (#9270)

Remove Chrome Frame specific part of X-UA-Compatible but keep the
meta tag to override compatibility mode settings where applicable.

7 years agoUpdate VerifyBrowserVersionTest for Chrome 60 (#9802)
Henri Sara [Wed, 9 Aug 2017 12:07:50 +0000 (15:07 +0300)]
Update VerifyBrowserVersionTest for Chrome 60 (#9802)

7 years agoFix occasional empty rows in Table and TreeTable (#9800)
Henri Sara [Wed, 9 Aug 2017 11:28:17 +0000 (14:28 +0300)]
Fix occasional empty rows in Table and TreeTable (#9800)

Picked from #9551 in 7.7

There's an intermittently happening issue with both Table and TreeTable,
which results in row data disappearing.
This change removes a method which is probably a vestigial one from over
five years ago and other changes are handling the things the method used
to perform. Currently the method removes rows deemed unnecessary from
the row buffer. The problem is, those rows are visible to the user and
removing causes row contents to be lost.
Also included are manually runnable test cases which demonstrate that
this removal actually prevents the issue from happening.

Fixes #7964
Fixes #5030

7 years agoRe(set) calendar time after calculating rollAmount (#9479)
Grim [Wed, 9 Aug 2017 08:43:07 +0000 (08:43 +0000)]
Re(set) calendar time after calculating rollAmount (#9479)

by calling calendar.setTime(today);
after rollAmount has been initialized and given a value, we can reset the calendar's internal time back to the correct date. As it is currently implemented; calling calendar.getTime() will result in a wrong date, it returns the first of the month with the correct time.
The function addInitialEvents() is called AFTER the calendar's time has been subtracted from (by calculating the rollAmount), as such this results in an incorrect internal time and the 'Day' button does not switch to the correct day. Instead it shows the first of the month here too.

7 years agoImplement SimpleManagedLayout for CompositeConnector (#9791)
Teemu Suo-Anttila [Wed, 9 Aug 2017 08:27:14 +0000 (11:27 +0300)]
Implement SimpleManagedLayout for CompositeConnector (#9791)

Fixes #9788

7 years agoAdd loop and preload attributes for media elements, fix null poster (#9797)
Henri Sara [Wed, 9 Aug 2017 07:24:04 +0000 (10:24 +0300)]
Add loop and preload attributes for media elements, fix null poster (#9797)

Picked from #9161

Fixes #7261
Fixes #5178
Fixes #4409

7 years agoFix touching Grid column header on Android (#9196)
Martin Vysny [Tue, 8 Aug 2017 12:39:15 +0000 (15:39 +0300)]
Fix touching Grid column header on Android (#9196)

The fix allows both column-reorder handler and column-sort handlers to run
in parallel; on touchend it is decided whether we will perform sort or
reodering. This will enable user to sort on touch screens even with column
reordering enabled.

Fixes #8632

7 years agoUpdate screenshots for Chrome 60 (#9794)
Henri Sara [Tue, 8 Aug 2017 11:48:59 +0000 (14:48 +0300)]
Update screenshots for Chrome 60 (#9794)

7 years agoUpdate getting-started-scala.asciidoc (#9418)
Fabio Serragnoli [Mon, 7 Aug 2017 13:06:41 +0000 (14:06 +0100)]
Update getting-started-scala.asciidoc (#9418)

As per suggestion of Fredrik Rönnlund following https://dzone.com/articles/working-vaadin-with-scala

7 years agoUpdate Atmosphere version to remove warnings which are irrelevant (#9770)
Artur [Mon, 7 Aug 2017 08:29:33 +0000 (11:29 +0300)]
Update Atmosphere version to remove warnings which are irrelevant (#9770)

Fixes #8292

7 years agoFix moving child to first position in tree data (#9761)
Adam Wagner [Mon, 7 Aug 2017 08:26:49 +0000 (11:26 +0300)]
Fix moving child to first position in tree data (#9761)

Resolves #9760

7 years agoFix SplitPanel test for Chrome with a hack (#9782)
Henri Sara [Mon, 7 Aug 2017 07:19:10 +0000 (10:19 +0300)]
Fix SplitPanel test for Chrome with a hack (#9782)

Chrome 55 and later cause extra scrollbars on the testing cluster but
not in local tests, probably due to a rounding error in the browser.

7 years agoFix publish and post-publish report scripts (#9778)
Henri Sara [Mon, 7 Aug 2017 07:11:26 +0000 (10:11 +0300)]
Fix publish and post-publish report scripts (#9778)

Add support for stable 8.1.x releases.

7 years agoMake frontend resource loading tests stable on PhantomJS (#9772)
Henri Sara [Mon, 7 Aug 2017 07:11:02 +0000 (10:11 +0300)]
Make frontend resource loading tests stable on PhantomJS (#9772)

7 years agoMake input prompt test stable by excluding IE11 (#9780)
Henri Sara [Mon, 7 Aug 2017 07:10:00 +0000 (10:10 +0300)]
Make input prompt test stable by excluding IE11 (#9780)

IE10-11 have a related bug
https://connect.microsoft.com/IE/feedback/details/811408
that is only fixed in Edge.

7 years agoFix typos in Javadoc of AbstractTB3Test (#9781)
Henri Sara [Mon, 7 Aug 2017 07:09:29 +0000 (10:09 +0300)]
Fix typos in Javadoc of AbstractTB3Test (#9781)

7 years agoFix caption width rounding in Chrome (#9785)
Henri Sara [Mon, 7 Aug 2017 07:08:57 +0000 (10:08 +0300)]
Fix caption width rounding in Chrome (#9785)

Otherwise, TabSheet close button may break the small theme
in ReindeerThemeTest when the caption width is rounded down.

7 years agoExclude Firefox from JavaScriptPreloadingTest (#9784)
Henri Sara [Mon, 7 Aug 2017 07:05:44 +0000 (10:05 +0300)]
Exclude Firefox from JavaScriptPreloadingTest (#9784)

The test works on Firefox under low load, but not when
the browser VM is slow due to load, in which case Firefox
sometimes executes scripts out of order. This seems to be
due to a Firefox bug - the generated HTML looks correct.