Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Escalator to properly reset height by rows (#11090)8.5.1 | Mehdi Javan | 2018-07-31 | 1 | -0/+46 |
| | | | | (cherry picked from commit 49f6f45cdf4895f179d9a630df6db096db3cdf66) | ||||
* | Fix removal tabsheets if last one is selected (#11070) | Ilia Motornyi | 2018-07-30 | 1 | -0/+35 |
| | | | | | | Fixes #10925 (cherry picked from commit de42456) | ||||
* | Fix Grid Editor closing and disabling at same time (#11078) | Mehdi Javan | 2018-07-30 | 1 | -0/+68 |
| | | | | | | Fixes #10688 (cherry picked from commit a089371) | ||||
* | Fix canceling Grid Editor during EditorOpenEvent (#11038) | Teemu Suo-Anttila | 2018-07-13 | 1 | -0/+9 |
| | | | | | | Fixes #11002 (cherry picked from commit 578e11e) | ||||
* | Improve ComboBox keyboard behavior when an item is selected (#11031) | Mehdi Javan | 2018-07-10 | 1 | -0/+14 |
| | | | | | Ignoring filtering options when right arrow, left arrow, home or end key is pressed. Fixes #11016 | ||||
* | Fix formatting (#11023) | Ilia Motornyi | 2018-07-10 | 1 | -1/+2 |
| | |||||
* | Fix expanding an added TreeGrid node (#11018) | Teemu Suo-Anttila | 2018-07-10 | 1 | -0/+43 |
| | | | Fixes #9997 | ||||
* | Fix DateFieldUnparseableString test UI (#11004) | Mehdi Javan | 2018-06-28 | 1 | -3/+1 |
| | | | This patch eliminates the use of Apache Commons StringUtils in the test UI. | ||||
* | Fix valdiation builds to use correct browser (#11000) | Teemu Suo-Anttila | 2018-06-27 | 2 | -3/+6 |
| | |||||
* | Fix TabSheet attaching and detaching components (#10988) | Teemu Suo-Anttila | 2018-06-19 | 1 | -1/+8 |
| | | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985 | ||||
* | Add ACCEPT attribute to Upload (#10906) | Ilia Motornyi | 2018-06-18 | 1 | -0/+3 |
| | | | Fixes #2410 | ||||
* | Fix IE11 tests for BrowserStack environment (#10959) | Teemu Suo-Anttila | 2018-06-04 | 1 | -2/+2 |
| | |||||
* | Enable maven formatting for uitest (#10908) | Ilia Motornyi | 2018-05-17 | 217 | -1968/+1758 |
| | |||||
* | Fix Grid initial data when changing TabSheet Tab (#10872) | Teemu Suo-Anttila | 2018-05-04 | 1 | -3/+24 |
| | |||||
* | Allow focus to another component, when closing the window (#10860) | Anastasia Smirnova | 2018-05-03 | 1 | -1/+4 |
| | | | Resolves #5891 | ||||
* | Fix Window layout when resizing (#10830) | Anna Koskinen | 2018-05-03 | 1 | -0/+41 |
| | | | Fixes #10652 | ||||
* | Fix removing resize and drag curtains when window is closed (#10515) | Artur | 2018-05-02 | 1 | -0/+39 |
| | | | Fixes #10514 | ||||
* | Disable animate-out for VWindow by default (#10846) | Anastasia Smirnova | 2018-04-27 | 1 | -0/+43 |
| | | | | | | * Disable animate-out for VWindow by default Fixes #5891 | ||||
* | Fix RichTextArea read-only+disabled | Anastasia Smirnova | 2018-04-20 | 1 | -0/+31 |
| | | | Resolves #10541 | ||||
* | Colorpicker validation handling (#10821) | KatriHaapalinna | 2018-04-19 | 1 | -0/+474 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Tab | Teemu Suo-Anttila | 2018-04-19 | 1 | -2/+10 |
| | |||||
* | Fix AbstractSingleSelect selection and state updates (#10796) | Teemu Suo-Anttila | 2018-04-19 | 2 | -24/+106 |
| | |||||
* | Fix using ConnectorResource icons before attaching ComboBox (#10810) | Teemu Suo-Anttila | 2018-04-17 | 1 | -2/+1 |
| | | | | | | * Fix using ConnectorResource icons before attaching ComboBox * Update Chrome and PhantomJS screenshots | ||||
* | Introduce XVFB cluster testing (#10801) | Teemu Suo-Anttila | 2018-04-17 | 5 | -47/+52 |
| | | | | | | | | | This patch adds the ability and configuration for running tests against cluster running Chrome browsers in XVFB environment. It also contains multiple fixes for combining newer Selenium and Chrome as well as fixes tests that depend on timezones. | ||||
* | Add modality support to ColorPicker (#10815) | Anastasia Smirnova | 2018-04-16 | 1 | -0/+44 |
| | |||||
* | Add a check for tab events trying to set focus outside a modal Window (#10655) | Olli Tietäväinen | 2018-04-16 | 1 | -0/+2 |
| | |||||
* | Handle UnparsableDateString correctly (#10803) | Anastasia Smirnova | 2018-04-16 | 1 | -0/+83 |
| | | | Resolves #10681 | ||||
* | Add null check to Grid's DnD focus handling (#10822) | Anna Koskinen | 2018-04-13 | 1 | -0/+58 |
| | | | Fixes #10699 | ||||
* | Fix incorrect color value handling in ColorPicker (#10812) | Anastasia Smirnova | 2018-04-13 | 2 | -2/+33 |
| | |||||
* | Remove old ignored test (#10806)8.4.0.beta1 | Ilia Motornyi | 2018-04-11 | 1 | -84/+0 |
| | |||||
* | Added support for getValue and setValue into TestBench RichTextAreaElement ↵ | Anastasia Smirnova | 2018-04-10 | 2 | -4/+19 |
| | | | | (#10659) | ||||
* | Ensure that popup is closed in Tabsheet (#10738) | Anastasia Smirnova | 2018-04-09 | 1 | -0/+34 |
| | |||||
* | Add support for ConnectorResources as ComboBox icons (#10795) | Teemu Suo-Anttila | 2018-04-09 | 1 | -0/+36 |
| | |||||
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 109 | -517/+4 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 895 | -13618/+0 |
| | |||||
* | Support starting downloads and opening URLs from a menu item (#10478) | Artur | 2018-03-28 | 3 | -0/+109 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 777 | -777/+777 |
| | |||||
* | Add row index to ItemClickEvent in Grid (#10754) | Tatu Lund | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Fix VComboBox internal state cleanup (#10693) | Anna Koskinen | 2018-03-23 | 1 | -0/+42 |
| | | | Fixes vaadin/testbench#1009 | ||||
* | Correctly handle data providers with overriden getId (#10728) | Anastasia Smirnova | 2018-03-22 | 2 | -0/+181 |
| | | | | | Fixes #10647 Fixes #10498 | ||||
* | Grid editor open (#10674) | Anna Koskinen | 2018-03-21 | 1 | -0/+97 |
| | |||||
* | Fix date ranges for date and datetime fields (#10685) | Ilia Motornyi | 2018-03-20 | 1 | -0/+53 |
| | | | Fixes #9765 | ||||
* | Scroll the parent if Grid has already scrolled to the end (#10700) | Anna Koskinen | 2018-03-20 | 1 | -0/+52 |
| | | | Fixes #9477 | ||||
* | Fix selecting rows from header and footer (#10720) | Teemu Suo-Anttila | 2018-03-20 | 1 | -1/+2 |
| | |||||
* | Fix initially disabled items in RadioButtonGroup (#10719) | Teemu Suo-Anttila | 2018-03-19 | 2 | -0/+42 |
| | |||||
* | Initialize VRichTextArea.client in RichTextAreaConnector | Marco Collovati | 2018-03-19 | 1 | -0/+25 |
| | | | Fixes #10536 | ||||
* | Adding stylename to MenuBarItem also as one word (#10704) | Anastasia Smirnova | 2018-03-13 | 1 | -0/+31 |
| | | | Fixes #7912 | ||||
* | Native select add 'disabled' attribute (#10710) | Anastasia Smirnova | 2018-03-13 | 1 | -0/+27 |
| | | | | | | | | | | * Adding disabled attribute to the NativeSelect * Merge branch 'master' into nativeSelectDisabled * Merge branch 'master' into nativeSelectDisabled * Correct formatting issues | ||||
* | Setting of tooltips for grid header/footer cells (#10489) | Artur | 2018-03-13 | 1 | -0/+113 |
| | | | Fixes #7527 | ||||
* | Fix performance issue in Grid initial render with Footer (#10705) | Teemu Suo-Anttila | 2018-03-13 | 1 | -0/+1 |
| | | | | * Fix performance issue in Grid initial render with Footer |