Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix RichTextArea read-only+disabled | Anastasia Smirnova | 2018-04-20 | 2 | -0/+68 |
| | | | Resolves #10541 | ||||
* | Colorpicker validation handling (#10821) | KatriHaapalinna | 2018-04-20 | 2 | -0/+640 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-20 | 2 | -4/+90 |
| | |||||
* | Fix using ConnectorResource icons before attaching ComboBox (#10810) | Teemu Suo-Anttila | 2018-04-20 | 1 | -2/+1 |
| | | | | | | * Fix using ConnectorResource icons before attaching ComboBox * Update Chrome and PhantomJS screenshots | ||||
* | Add a check for tab events trying to set focus outside a modal Window (#10655) | Olli Tietäväinen | 2018-04-20 | 3 | -2/+64 |
| | |||||
* | Handle UnparsableDateString correctly (#10803) | Anastasia Smirnova | 2018-04-20 | 2 | -0/+123 |
| | | | Resolves #10681 | ||||
* | Add null check to Grid's DnD focus handling (#10822) | Anna Koskinen | 2018-04-20 | 2 | -0/+103 |
| | | | Fixes #10699 | ||||
* | Fix incorrect color value handling in ColorPicker (#10812) | Anastasia Smirnova | 2018-04-20 | 3 | -2/+66 |
| | |||||
* | 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 | 4 | -10/+43 |
| | | | | (#10659) | ||||
* | Ensure that popup is closed in Tabsheet (#10738) | Anastasia Smirnova | 2018-04-09 | 2 | -0/+63 |
| | |||||
* | Add support for ConnectorResources as ComboBox icons (#10795) | Teemu Suo-Anttila | 2018-04-09 | 2 | -4/+49 |
| | |||||
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 178 | -744/+7 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 1675 | -25334/+0 |
| | |||||
* | Support starting downloads and opening URLs from a menu item (#10478) | Artur | 2018-03-28 | 4 | -0/+153 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 1484 | -1484/+1484 |
| | |||||
* | Add row index to ItemClickEvent in Grid (#10754) | Tatu Lund | 2018-03-27 | 2 | -1/+31 |
| | |||||
* | Fix grid spacebar handling (#10750) | Ilia Motornyi | 2018-03-26 | 1 | -2/+2 |
| | | | | * Fix spacebar handling | ||||
* | Fix VComboBox internal state cleanup (#10693) | Anna Koskinen | 2018-03-23 | 3 | -2/+99 |
| | | | Fixes vaadin/testbench#1009 | ||||
* | Correctly handle data providers with overriden getId (#10728) | Anastasia Smirnova | 2018-03-22 | 4 | -0/+235 |
| | | | | | Fixes #10647 Fixes #10498 | ||||
* | Grid editor open (#10674) | Anna Koskinen | 2018-03-21 | 2 | -0/+213 |
| | |||||
* | 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 | 2 | -2/+36 |
| | |||||
* | Fix initially disabled items in RadioButtonGroup (#10719) | Teemu Suo-Anttila | 2018-03-19 | 4 | -0/+119 |
| | |||||
* | Initialize VRichTextArea.client in RichTextAreaConnector | Marco Collovati | 2018-03-19 | 2 | -0/+65 |
| | | | Fixes #10536 | ||||
* | Adding stylename to MenuBarItem also as one word (#10704) | Anastasia Smirnova | 2018-03-13 | 2 | -0/+69 |
| | | | Fixes #7912 | ||||
* | Native select add 'disabled' attribute (#10710) | Anastasia Smirnova | 2018-03-13 | 3 | -1/+53 |
| | | | | | | | | | | * 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 | -0/+206 |
| | | | 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 | ||||
* | Clear VComboBox selection fields when updated on server (#10692) | Anna Koskinen | 2018-03-08 | 2 | -0/+126 |
| | | | Fixes #10660 | ||||
* | Enable setting cursor after the last character (#10670) | Anastasia Smirnova | 2018-03-06 | 2 | -0/+108 |
| | | | | | | | | | | * Enable setting cursor after the last character Resolves #9157 * Reformat the code * Reformat the code using conventions | ||||
* | Fix client and server filter state mismatch in Combobox (#10630) | Anna Koskinen | 2018-02-27 | 2 | -0/+84 |
| | | | Fixes #10624 | ||||
* | Allow configuring content modes for Grid cell tooltips (#10632) | Ilia Motornyi | 2018-02-15 | 2 | -12/+114 |
| | | | | * Allow configuring content modes for Grid cell tooltips | ||||
* | Fixes Grid editor visibility inside TabSheet (#10557) | Piotr Wilkin | 2018-02-14 | 2 | -4/+14 |
| | | | | | | Fixes #10146 Fixes #10543 | ||||
* | Set no-store headers for error responses (#10628) | Leif Åstrand | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440) | Olli Tietäväinen | 2018-02-12 | 5 | -0/+221 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Add recursive expand and collapse method to TreeGrid and Tree (#10283) | Adam Wagner | 2018-02-08 | 5 | -1/+242 |
| | |||||
* | Implement NewItemProvider to replace NewItemHandler (#10606) | Anna Koskinen | 2018-02-07 | 3 | -23/+69 |
| | |||||
* | Fix GridLayout spacing if first row/column empty and set to be hidden (#10593) | Anna Koskinen | 2018-02-06 | 1 | -5/+4 |
| | |||||
* | Fix Grid details height calculation issue (#10343) | Adam Wagner | 2018-02-06 | 1 | -0/+17 |
| | |||||
* | Fix Grid initial render performance (#10579) | Teemu Suo-Anttila | 2018-02-05 | 1 | -0/+9 |
| | | | Fixes #10232 | ||||
* | Fix ComboBox new item handler test (#10587) | Anna Koskinen | 2018-02-05 | 1 | -0/+2 |
| | |||||
* | Add flush() implementation to DateField (#10518) | Adam Wagner | 2018-02-02 | 2 | -0/+83 |
| | | | Fixes #10488 | ||||
* | Add setters to Payload for JsonCodec to be able to encode | Adam Wagner | 2018-02-01 | 1 | -0/+55 |
| | | | Fixes #10428 | ||||
* | Add ARIA label support to DateField (#10538) | Adam Wagner | 2018-01-31 | 3 | -0/+106 |
| | | | Fixes #10454 | ||||
* | Selection handling fix when adding new item to ComboBox. (#10445) | Anna Koskinen | 2018-01-30 | 2 | -0/+369 |
| | | | Fixes #10284 | ||||
* | Fix column width in resize event when mode is SIMPLE (#10442) | Adam Wagner | 2018-01-29 | 2 | -0/+83 |
| | |||||
* | Fix Grid not updating selected item immediately (#10569) | Teemu Suo-Anttila | 2018-01-25 | 2 | -5/+22 |
| | |||||
* | Make modal window focus circulate correctly (#10497) | Olli Tietäväinen | 2018-01-24 | 2 | -15/+56 |
| |