summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix ComboboxScrollableWindowTest to use assertion (#11014)8.4.58.4Teemu Suo-Anttila2018-07-045-1/+12
|
* Fix wrapping div getting focused in CheckBoxGroup and RadioButtonGroup (#11021)Teemu Suo-Anttila2018-07-043-0/+31
| | | Fixes #9731
* Fix valdiation builds to use correct browser (#11000)Teemu Suo-Anttila2018-07-0418-34/+75
|
* Remove PhantomJS from testing (#10997)Teemu Suo-Anttila2018-07-0450-479/+20
|
* Fix expanding an added TreeGrid node (#11018)Teemu Suo-Anttila2018-07-043-7/+76
| | | Fixes #9997
* Fix DateFieldUnparseableString test UI (#11004)Mehdi Javan2018-07-041-8/+5
| | | | This patch eliminates the use of Apache Commons StringUtils in the test UI.
* Memory leak fix in ConnectorTracker (#10996)Teemu Suo-Anttila2018-07-042-1/+6
|
* Fix Grid Editor in TabSheet test for Firefox (#10991)Teemu Suo-Anttila2018-07-041-3/+15
|
* Fix TabSheet attaching and detaching components (#10988)8.4.4Teemu Suo-Anttila2018-06-197-41/+76
| | | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985
* Graceful servlet shutdown if no VaadinService is initialized (#10981)Ilia Motornyi2018-06-191-1/+3
| | | Fixes #10980
* Update CDI version (#10983)Teemu Suo-Anttila2018-06-191-1/+1
|
* Update Spring version (#10971)Teemu Suo-Anttila2018-06-191-1/+1
|
* Update TestBench versionTeemu Suo-Anttila2018-06-191-1/+1
|
* Remove parse error when changing from invalid to empty date text (#10771)Alexander Nittka2018-06-193-4/+94
| | | Fixes #10673.
* Fix NPE check in BindingValidationStatus (#10964)Olli Tietäväinen2018-06-192-1/+14
|
* Fix IE11 tests for BrowserStack environment (#10959)Teemu Suo-Anttila2018-06-1940-26/+4
|
* Use random string for autocomplete attribute (#10950)Ilia Motornyi2018-06-192-2/+3
| | | Fixes #7820
* Improved BrowserStack support with local identifiers (#10941)8.4.3Teemu Suo-Anttila2018-05-31391-26/+33
|
* Fix Grid not removing columns from sort orderTeemu Suo-Anttila2018-05-312-4/+31
| | | | Fixes #10928
* Add bottomBorder size to check in Grid (#10946)Anastasia Smirnova2018-05-311-2/+2
| | | Fixes #10931
* Fix MultiSelectionRenderer right-click exception (#10944)Ilia Motornyi2018-05-312-6/+2
| | | Fixes #10942
* Fix Grid clearSortOrder not updating state (#10917)8.4.2Teemu Suo-Anttila2018-05-162-12/+10
| | | Fixes #9074
* Fix Binder javadocs (#10907)Ilia Motornyi2018-05-161-1/+3
| | | Fixes #10399
* Fix test retries and use TestBench retry rule (#10904)Teemu Suo-Anttila2018-05-167-80/+19
|
* URL encode file name in GlobalResourceHandler (#10751)Marco Collovati2018-05-162-4/+77
| | | Fixes #10747
* Fix broken integration tests (#10900)Teemu Suo-Anttila2018-05-163-2/+22
|
* Fix ColorPickerElement and ColorPicker test (#10903)Ilia Motornyi2018-05-162-4/+3
|
* Set no cache headers for unsupported browsers (#10899)Anastasia Smirnova2018-05-161-0/+1
| | | Fixes #10890
* Fix Grid initial data when changing TabSheet Tab (#10872)Teemu Suo-Anttila2018-05-163-3/+46
|
* Fix links in Release Notes (#10850)Ilia Motornyi2018-05-161-12/+13
|
* Pick XVFB cluster testing changes to 8.4 branch (#10902)Teemu Suo-Anttila2018-05-091186-385/+530
|
* Update since tags for 8.4.18.4.1Teemu Suo-Anttila2018-05-041-2/+2
|
* Update release notes for maintenance release (#10877)Teemu Suo-Anttila2018-05-031-2/+2
|
* Fix usage of debug window in websocket test (#10869)Teemu Suo-Anttila2018-05-032-8/+7
|
* Add test to verify proper init of websockets (#10865)Teemu Suo-Anttila2018-05-021-0/+31
|
* Fix removing resize and drag curtains when window is closed (#10515)Artur2018-05-022-0/+45
| | | Fixes #10514
* Upgrade atmosphere to 2.4.24.vaadin1 (#10847)Ilia Motornyi2018-05-022-3/+2
| | | Fixes #10816
* Fix JavaDoc typo in removeFunction (#10845)Jonni Nakari2018-05-021-1/+1
|
* Add modality support to ColorPicker (#10815)Anastasia Smirnova2018-05-024-2/+101
|
* Remove alpha mention from Release Notes (#10849)8.4.0Ilia Motornyi2018-04-251-1/+0
|
* Update release notes for RC1 (#10841)8.4.0.rc1Teemu Suo-Anttila2018-04-201-2/+2
|
* Updated validation screenshotTeemu Suo-Anttila2018-04-201-0/+0
|
* Add @since 8.4elmot2018-04-208-11/+12
|
* Fix RichTextArea read-only+disabled Anastasia Smirnova2018-04-203-2/+73
| | | Resolves #10541
* Colorpicker validation handling (#10821)KatriHaapalinna2018-04-2012-59/+1403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ColorTextField, helper methods, and regex for validating and handling text input * Refactored structure to avoid creating new component for validation * Style to adapt to error indicator * Tests for validating input in ColorPickerPreview component's TextField * Merge branch 'master' into colorpicker_validation * Fix path to server class * Fix test: Submit the new value * Fix test: ignore Phantom JS * Fix hsl+hsla validation patterns to accept '%', test value tweaking * Merge branch 'master' of github.com:vaadin/framework into colorpicker_validation * Fix: remove warning when color is updated from elsewhere * Revisions: input validation only once, Logging level WARN * Revisions: unit tests for color pattern matching * Revisions: moved parsing to utility class, tests for parsing all accepted input formats * Fixed import in tests, comments * Revisions: Logger as constant, ignore utility class in serialization test * Corner case tests * Revisions: protected method for parsing error text, fix to test * Revisions: NPE fix
* Fix for navigating in Grid using TabTeemu Suo-Anttila2018-04-204-5/+128
|
* Fix recursive menu hiding (#10817)Ilia Motornyi2018-04-201-1/+2
|
* Fix using ConnectorResource icons before attaching ComboBox (#10810)Teemu Suo-Anttila2018-04-202-2/+12
| | | | | | * Fix using ConnectorResource icons before attaching ComboBox * Update Chrome and PhantomJS screenshots
* Fixes declarative update of existing Composite (#10825)Ilia Motornyi2018-04-203-2/+51
| | | Fixes #10170
* Add a check for tab events trying to set focus outside a modal Window (#10655)Olli Tietäväinen2018-04-204-2/+90
|