Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Since Tag for 8.6 (#11256)8.6.0.rc1 | Sun Zhe | 2018-10-17 | 2 | -2/+2 |
| | |||||
* | Rebuild calendar pop-up on readOnly state change (#11249) | Anastasia Smirnova | 2018-10-17 | 2 | -1/+14 |
| | | | | | | * Rebuild calendar pop-up on readOnly state change Fixes https://github.com/vaadin/framework/issues/6565 | ||||
* | Format the code (#11244) | Sun Zhe | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | Revert change to fix issue on removing Grid with components (#11224) | Sun Zhe | 2018-10-17 | 1 | -28/+18 |
| | | | | | | | | | | * Test case for removing Grid with components * This reverts commit b2745dc14f17b510df7321ab3f6285ed317da3b3. Add test case to address the issue with removing gird with components; Current situation: the grid cannot be removed and client-side throw an error. fixes: Revert the corresponding change, as it didn't address any issue which was fixed. | ||||
* | Updates to scrolled TabSheet resize logic and Valo right-alignment. (#11133) | Anna Koskinen | 2018-10-17 | 1 | -12/+127 |
| | | | | | | | | | | - When a TabSheet is scrolled to an end and then resized bigger, more tabs should appear to the left. - When a TabSheet is right-aligned in Valo and scrolled to the end, last tab shouldn't be partially hidden behind the scroller buttons. - Shouldn't allow attempts to scroll into directions where there is nothing left to scroll to, even if the current tab isn't fully visible. Fixes #807 | ||||
* | Fixes to displaying Grid in a detail row. (#11147) (#11228) | Sun Zhe | 2018-10-10 | 3 | -4/+37 |
| | | | | | | | | - Multiple headers shouldn't stack behind each other. - Body rows shouldn't get stuck to default row height. - Compatibility version's hidable row selector shouldn't try to calculate row heights based on rows that haven't been added to DOM yet. Fixes #7674 | ||||
* | Replaced Grid's internal size calculation fix with an indexing fix. (#11154) ↵ | Sun Zhe | 2018-10-01 | 2 | -18/+5 |
| | | | | | | | | (#11215) - More lightweight, and fixes things for any custom implementations of Escalator as well. Fixes #11044 | ||||
* | Update ComboBox internal state on new item added (#11094)8.6.0.beta1 | Teemu Suo-Anttila | 2018-09-26 | 1 | -12/+27 |
| | |||||
* | Fix/focus inside window chrome (#11142) | Mehdi Javan | 2018-09-19 | 1 | -37/+48 |
| | | | | Fixes #11087 | ||||
* | Fixing RadioButtonGroup exception in Window (#11181) | Mehdi Javan | 2018-09-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * discardStaleCacheEntries is moved to a proper place before updating indexToRowMap and keyToIndexMap maps. In its previous place, it cleared the data that was just put in the maps. Fixes #11143 * Adding test * Removing extra annotations * Updating chrome version to 69 in tests (#11182) * Updating Chrome version to 69 * Updating screenshots taken in Chrome 69 * Fixing screenshots * Fixing screenshots * Adding some wait commands to tests * Fixing screenshots * Revert: Fixing screenshots * More screenshots * - Adding wait commands to make sure the transitions end before screenshot - Fixing a screenshot * Correcting a mistake of using wait instead of sleep * Fixing more screenshots * Increasing the height of ContextMenu (Because of limitation of new Chrome 69 in terms of minimum window height, ContextMenu size can't be tested with a small height.) | ||||
* | Fix handler creation to happen on init (#11172) | Teemu Suo-Anttila | 2018-09-07 | 1 | -18/+28 |
| | | | | Fix handler creation to happen on init | ||||
* | Ensure that HeaderRow is not null in Grid (#11165) | Anastasia Smirnova | 2018-09-07 | 1 | -0/+2 |
| | | | | | Ensure that HeaderRow is not null in Grid Fixes #10485 | ||||
* | Fix handling of hidden Components in Grid(#10367) | Marco Collovati | 2018-09-07 | 1 | -4/+59 |
| | |||||
* | Set correct GWT .dtd definition (#11110) | Ilia Motornyi | 2018-08-13 | 2 | -2/+2 |
| | |||||
* | Fix Escalator to properly reset height by rows (#11090) | Mehdi Javan | 2018-07-30 | 1 | -0/+1 |
| | |||||
* | Fix Grid Editor closing and disabling at same time (#11078) | Mehdi Javan | 2018-07-20 | 1 | -1/+11 |
| | | | Fixes #10688 | ||||
* | Fix removal tabsheets if last one is selected (#11070) | Ilia Motornyi | 2018-07-19 | 1 | -3/+1 |
| | | | Fixes #10925 | ||||
* | Fix Grid resetting row height on resize (#11056) | Teemu Suo-Anttila | 2018-07-17 | 1 | -1/+6 |
| | |||||
* | Fix Grid internal size calculations on vertical resize (#11046) | Teemu Suo-Anttila | 2018-07-13 | 1 | -4/+12 |
| | |||||
* | Unlock and refactor some API to create a new ContextMenu (#11041) | Ilia Motornyi | 2018-07-11 | 5 | -28/+91 |
| | |||||
* | Add xsrf token header if cookie is present (#11034) | Ilia Motornyi | 2018-07-11 | 2 | -0/+16 |
| | | | Fixes #9471 | ||||
* | Fix formatting, improve documentation on autoformat (#11033) | Ilia Motornyi | 2018-07-10 | 1 | -1/+2 |
| | |||||
* | Fix initially selected CheckBox rendering in Safari (#11024) | Teemu Suo-Anttila | 2018-07-10 | 1 | -0/+19 |
| | |||||
* | Improve ComboBox keyboard behavior when an item is selected (#11031) | Mehdi Javan | 2018-07-10 | 1 | -0/+4 |
| | | | | | Ignoring filtering options when right arrow, left arrow, home or end key is pressed. Fixes #11016 | ||||
* | Enable selection checkboxes with unbuffered editor (#11032) | Teemu Suo-Anttila | 2018-07-10 | 1 | -1/+3 |
| | | | Fixes #11028 | ||||
* | Fix wrapping div getting focused in CheckBoxGroup and RadioButtonGroup (#11021) | Teemu Suo-Anttila | 2018-07-03 | 1 | -0/+2 |
| | | | Fixes #9731 | ||||
* | Update project version to 8.6-SNAPSHOT (#11011) | Mehdi Javan | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Fix TabSheet attaching and detaching components (#10988) | Teemu Suo-Anttila | 2018-06-19 | 1 | -2/+5 |
| | | | | | | | 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/+9 |
| | | | Fixes #2410 | ||||
* | Use random string for autocomplete attribute (#10950) | Ilia Motornyi | 2018-06-01 | 1 | -1/+2 |
| | | | Fixes #7820 | ||||
* | Add bottomBorder size to check in Grid (#10946) | Anastasia Smirnova | 2018-05-28 | 1 | -2/+2 |
| | | | Fixes #10931 | ||||
* | Fix MultiSelectionRenderer right-click exception (#10944) | Ilia Motornyi | 2018-05-23 | 1 | -3/+1 |
| | | | Fixes #10942 | ||||
* | Use XMLHttpRequest2 API for HTML5 DnD uploads (#10896) | Ilia Motornyi | 2018-05-09 | 1 | -2/+3 |
| | |||||
* | Restart debug log timer on first log row instead of immediately (#10640) | Artur | 2018-05-07 | 1 | -2/+6 |
| | |||||
* | Allow focus to another component, when closing the window (#10860) | Anastasia Smirnova | 2018-05-03 | 1 | -6/+10 |
| | | | Resolves #5891 | ||||
* | Fix Window layout when resizing (#10830) | Anna Koskinen | 2018-05-03 | 2 | -1/+11 |
| | | | Fixes #10652 | ||||
* | Fix removing resize and drag curtains when window is closed (#10515) | Artur | 2018-05-02 | 1 | -0/+6 |
| | | | Fixes #10514 | ||||
* | Disable animate-out for VWindow by default (#10846) | Anastasia Smirnova | 2018-04-27 | 1 | -1/+1 |
| | | | | | | * Disable animate-out for VWindow by default Fixes #5891 | ||||
* | Add @since 8.4 (#10840) | Ilia Motornyi | 2018-04-20 | 2 | -2/+2 |
| | |||||
* | 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 |
| |