Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix RichTextArea read-only+disabled | Anastasia Smirnova | 2018-04-20 | 1 | -2/+5 | |
| | | | Resolves #10541 | |||||
* | Enable Maven plugin for Eclipse formatting (#10829) | Ilia Motornyi | 2018-04-19 | 69 | -349/+343 | |
| | ||||||
* | Fix for navigating in Grid using Tab | Teemu Suo-Anttila | 2018-04-19 | 2 | -1/+38 | |
| | ||||||
* | Fix recursive menu hiding (#10817) | Ilia Motornyi | 2018-04-18 | 1 | -1/+2 | |
| | ||||||
* | Introduce XVFB cluster testing (#10801) | Teemu Suo-Anttila | 2018-04-17 | 1 | -1/+1 | |
| | | | | | | | | | 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 a check for tab events trying to set focus outside a modal Window (#10655) | Olli Tietäväinen | 2018-04-16 | 1 | -0/+26 | |
| | ||||||
* | Add null check to Grid's DnD focus handling (#10822) | Anna Koskinen | 2018-04-13 | 1 | -1/+1 | |
| | | | Fixes #10699 | |||||
* | Fix incorrect color value handling in ColorPicker (#10812) | Anastasia Smirnova | 2018-04-13 | 4 | -1/+26 | |
| | ||||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 1 | -1/+1 | |
| | ||||||
* | Ensure that popup is closed in Tabsheet (#10738) | Anastasia Smirnova | 2018-04-09 | 1 | -1/+1 | |
| | ||||||
* | Make it possible to also use an element as root and not only id. (#10785) | caalador | 2018-04-09 | 3 | -2/+72 | |
| | ||||||
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 3 | -12/+1 | |
| | ||||||
* | Update empty since tags for 8.4 and 8.3.3 (#10786) | Ilia Motornyi | 2018-04-04 | 3 | -3/+3 | |
| | ||||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 4 | -61/+0 | |
| | ||||||
* | Support starting downloads and opening URLs from a menu item (#10478) | Artur | 2018-03-28 | 6 | -37/+207 | |
| | ||||||
* | Update since for 8.3.3 (#10768)8.4.0.alpha1 | Teemu Suo-Anttila | 2018-03-28 | 1 | -1/+1 | |
| | ||||||
* | Update release notes and since tags for 8.4 (#10760) | Teemu Suo-Anttila | 2018-03-27 | 8 | -20/+22 | |
| | ||||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 519 | -519/+519 | |
| | ||||||
* | Add row index to ItemClickEvent in Grid (#10754) | Tatu Lund | 2018-03-27 | 1 | -1/+2 | |
| | ||||||
* | Fix grid spacebar handling (#10750) | Ilia Motornyi | 2018-03-26 | 1 | -1/+2 | |
| | | | | * Fix spacebar handling | |||||
* | Fix VComboBox internal state cleanup (#10693) | Anna Koskinen | 2018-03-23 | 2 | -2/+8 | |
| | | | Fixes vaadin/testbench#1009 | |||||
* | Grid editor open (#10674) | Anna Koskinen | 2018-03-21 | 3 | -38/+123 | |
| | ||||||
* | Fix date ranges for date and datetime fields (#10685) | Ilia Motornyi | 2018-03-20 | 6 | -64/+69 | |
| | | | Fixes #9765 | |||||
* | Prevent reporting browser window resizing too often (#10675) | Matti Tahvonen | 2018-03-20 | 1 | -4/+19 | |
| | ||||||
* | Scroll the parent if Grid has already scrolled to the end (#10700) | Anna Koskinen | 2018-03-20 | 1 | -5/+19 | |
| | | | Fixes #9477 | |||||
* | Fix selecting rows from header and footer (#10720) | Teemu Suo-Anttila | 2018-03-20 | 1 | -3/+11 | |
| | ||||||
* | Fix initially disabled items in RadioButtonGroup (#10719) | Teemu Suo-Anttila | 2018-03-19 | 2 | -17/+26 | |
| | ||||||
* | Initialize VRichTextArea.client in RichTextAreaConnector | Marco Collovati | 2018-03-19 | 1 | -0/+1 | |
| | | | Fixes #10536 | |||||
* | Adding stylename to MenuBarItem also as one word (#10704) | Anastasia Smirnova | 2018-03-13 | 1 | -0/+1 | |
| | | | Fixes #7912 | |||||
* | Native select add 'disabled' attribute (#10710) | Anastasia Smirnova | 2018-03-13 | 1 | -0/+12 | |
| | | | | | | | | | | * 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 | 2 | -3/+107 | |
| | | | Fixes #7527 | |||||
* | Fix performance issue in Grid initial render with Footer (#10705) | Teemu Suo-Anttila | 2018-03-13 | 1 | -4/+3 | |
| | | | | * Fix performance issue in Grid initial render with Footer | |||||
* | Clear VComboBox selection fields when updated on server (#10692) | Anna Koskinen | 2018-03-08 | 1 | -0/+4 | |
| | | | Fixes #10660 | |||||
* | Enable setting cursor after the last character (#10670) | Anastasia Smirnova | 2018-03-06 | 1 | -1/+2 | |
| | | | | | | | | | | * Enable setting cursor after the last character Resolves #9157 * Reformat the code * Reformat the code using conventions | |||||
* | 8.3.2 since (#10678) | Ilia Motornyi | 2018-03-05 | 4 | -4/+4 | |
| | | | | * @since 8.3.2 | |||||
* | Fix client and server filter state mismatch in Combobox (#10630) | Anna Koskinen | 2018-02-27 | 1 | -5/+4 | |
| | | | Fixes #10624 | |||||
* | Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440) | Olli Tietäväinen | 2018-02-12 | 3 | -1/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10429 * implement focus handing in RadioButtonGroup, fixes #10429 * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * merge * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * fix initial focus handling also on CheckBoxGroup and add tests * add license headers * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * changed client to use lambdas and refactored focus testing to parent class * made FocusTest abstract * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * don't allow focusing on disabled items & refactor focusing first item | |||||
* | Fix GridLayout spacing if first row/column empty and set to be hidden (#10593) | Anna Koskinen | 2018-02-06 | 1 | -6/+22 | |
| | ||||||
* | Fix Grid details height calculation issue (#10343) | Adam Wagner | 2018-02-06 | 6 | -3/+187 | |
| | ||||||
* | Fix Grid initial render performance (#10579) | Teemu Suo-Anttila | 2018-02-05 | 3 | -78/+141 | |
| | | | Fixes #10232 | |||||
* | Add flush() implementation to DateField (#10518) | Adam Wagner | 2018-02-02 | 5 | -16/+60 | |
| | | | Fixes #10488 | |||||
* | Add method for getting complete browser version (#10490) | Adam Wagner | 2018-02-01 | 2 | -0/+52 | |
| | | | Fixes #10461 | |||||
* | Add ARIA label support to DateField (#10538) | Adam Wagner | 2018-01-31 | 3 | -10/+177 | |
| | | | Fixes #10454 | |||||
* | Selection handling fix when adding new item to ComboBox. (#10445) | Anna Koskinen | 2018-01-30 | 2 | -6/+121 | |
| | | | Fixes #10284 | |||||
* | Fix column width in resize event when mode is SIMPLE (#10442) | Adam Wagner | 2018-01-29 | 1 | -2/+5 | |
| | ||||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 | |
| | ||||||
* | Make modal window focus circulate correctly (#10497) | Olli Tietäväinen | 2018-01-24 | 1 | -2/+11 | |
| | ||||||
* | Rename widgetEventsAllowed to handleWidgetEvents (#10529) | Leif Åstrand | 2018-01-12 | 2 | -13/+13 | |
| | ||||||
* | Ensure Upload is properly reset after an upload is interrupted (#10522) | Anna Koskinen | 2018-01-11 | 1 | -0/+1 | |
| | | | Fixes #9635 | |||||
* | Recognise Firefox and its version on iOS (#10466) | Adam Wagner | 2018-01-10 | 1 | -0/+45 | |
| | | | Fixes #9592 |