summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Handle UnparsableDateString correctly (#10803)Anastasia Smirnova2018-04-203-1/+135
| | | Resolves #10681
* Add null check to Grid's DnD focus handling (#10822)Anna Koskinen2018-04-203-1/+104
| | | Fixes #10699
* Fix incorrect color value handling in ColorPicker (#10812)Anastasia Smirnova2018-04-2010-18/+139
|
* Fix Grid Column not sortable with backend data and sort property (#10811)Teemu Suo-Anttila2018-04-202-6/+9
|
* Remove old ignored test (#10806)8.4.0.beta1Ilia Motornyi2018-04-111-84/+0
|
* Added support for getValue and setValue into TestBench RichTextAreaElement ↵Anastasia Smirnova2018-04-105-10/+84
| | | | (#10659)
* Update release notes (#10800)Ilia Motornyi2018-04-091-3/+7
|
* Remove reference to supportsParameters (#10798)Olli Tietäväinen2018-04-091-13/+1
|
* Update screenshots for ComboBoxItemIconTest (#10799)Teemu Suo-Anttila2018-04-091-0/+0
|
* Add "Using debug ids in communication" to LoadTestingWithGatling.asciidoc ↵Johannes Tuikkala2018-04-091-2/+10
| | | | (#10794)
* Ensure that popup is closed in Tabsheet (#10738)Anastasia Smirnova2018-04-094-1/+78
|
* Make it possible to also use an element as root and not only id. (#10785)caalador2018-04-093-2/+72
|
* Add support for ConnectorResources as ComboBox icons (#10795)Teemu Suo-Anttila2018-04-094-18/+103
|
* Fix typos in release notesTeemu Suo-Anttila2018-04-061-2/+2
|
* Remove empty comments (#10789)Ilia Motornyi2018-04-05213-824/+8
|
* Fix HtmlRenderer code example in documentation (#10790)8.4.0.alpha2Boppleton Industries2018-04-051-1/+1
|
* Update empty since tags for 8.4 and 8.3.3 (#10786)Ilia Motornyi2018-04-049-11/+11
|