Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 212 | -212/+212 |
| | |||||
* | Fix compatibility Grid column reorder of partially hidden joined cells. (#12427) | Anna Koskinen | 2021-10-13 | 1 | -2/+5 |
| | | | | | Adds the fix from #12386 to the drag source as well. Fixes #12377 | ||||
* | Update project to 8.15-SNAPSHOT (#12392) | Zhe Sun | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | Applied save actions to compatibility Grid client-side classes. (#12389)8.14.0.beta1 | Anna Koskinen | 2021-08-27 | 9 | -96/+107 |
| | |||||
* | Fix compatibility Grid column reorder with partially hidden joined cells ↵ | Anna Koskinen | 2021-08-26 | 1 | -3/+6 |
| | | | | | (#12385) Fixes #12377 | ||||
* | Update 8.14-SNAPSHOT and release note (#12261) | Zhe Sun | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 212 | -212/+212 |
| | | | | * Update copyright year range. | ||||
* | Update to 8.13-SNAPSHOT (#12110) | Zhe Sun | 2020-10-07 | 1 | -1/+1 |
| | |||||
* | Fix to natural column width calculations in Table footer. (#12074) | Anna Koskinen | 2020-08-13 | 1 | -1/+1 |
| | | | | * Fix to natural column width calculations in Table footer. | ||||
* | Row Generator fixes (#12027) | Andrey B. Panfilov | 2020-08-12 | 1 | -1/+2 |
| | | | NOTE: components within row generator are not an officially supported feature and can cause issues within your application. | ||||
* | Moving disableBrowserAutocomplete to WidgetUtil and change widgets to use it ↵ | Tatu Lund | 2020-05-25 | 2 | -17/+5 |
| | | | | | | | | | | | | | | | | | | | | | | (#12020) * Add autocomplete prevention to DateField Autocomplete popup will interfere DateField's own popup * Adding disableBrowserAutocomplete(..) in WidgetUtil * Change VComboBox to use WidgetUtil.disableBrowserAutocomplete(..) * Change to use WidgetUtil.disableBrowserAutocomplete(..) * Change VFilterSelect to use WidgetUtil.disableBrowserAutocomplete(..) * Adding WidgetUtil.disableBrowserAutocomplete to VTextualDate * Adding missing import * Adding missing import | ||||
* | Table / TreeTable multiselect disabling of touch detection (#12014) | Anna Koskinen | 2020-05-19 | 1 | -2/+9 |
| | | | | | | | | Added a toggle in Table (and thus TreeTable) where you can explicitly disable multiselect touch screen detection. This allows you to work around issues on hybrid devices that have both a touch screen and a keyboard where you don't want automatic simple multiselection applied. Fixes #11601, slightly modified cherry-pick of #11641 | ||||
* | Fix to compatibility Grid sorting after removing multi-select. (#12012) | Anna Koskinen | 2020-05-15 | 1 | -17/+33 |
| | | | Adapted from V7 fix #10999 | ||||
* | Catch exception that is thrown when Grid is scrolled during operation (#12002) | Tatu Lund | 2020-05-14 | 1 | -7/+13 |
| | | | | | IllegalStateException may occur if user has scrolled Grid (compatibility library version) so that Escalator has updated, and row under Editor is no longer there Chrerry pick from https://github.com/vaadin/framework/pull/11467 | ||||
* | Fix indexing issue in Compatibility Grid resize when scrolled to bottom. ↵ | Anna Koskinen | 2020-05-13 | 1 | -0/+1 |
| | | | | | (#12003) Issue #11893, cherry-pick from #11984 | ||||
* | Update to 8.12-snapshot (#11995) | Zhe Sun | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Fix incorrect position of column selector in MPR (#11953) | Tatu Lund | 2020-04-21 | 1 | -3/+5 |
| | | | | Cherry pick from https://github.com/vaadin/framework/pull/11946 | ||||
* | Update to 8.11 snapshot (#11874) | Zhe Sun | 2020-01-16 | 1 | -1/+1 |
| | | | | | * Update to 8.11-SNAPSHOT | ||||
* | Fix issue where Chrome refused to select text in Table (#11709) (#11818) | Anna Koskinen | 2019-11-21 | 1 | -2/+2 |
| | | | Manual cherry-pick from Vaadin 7. | ||||
* | Update to 8.10-SNAPSHOT (#11657) | Zhe Sun | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Update to 8.9 (#11535) | Sun Zhe | 2019-04-18 | 1 | -1/+1 |
| | | | | | | * Update to 8.9-SNAPSHOT * update in bom module | ||||
* | Fixing autocompletion issue with ComboBox on newer Chrome versions (#11524) | Tatu Lund | 2019-04-10 | 1 | -1/+6 |
| | | | | | | | Newer Chrome versions do not work with random number hack to prevent auto completion, but it finally supports autocomplete=off. Adapted from https://github.com/vaadin/framework/pull/11472 Fixes #11437 | ||||
* | Support Firefox 65+ key down event behavior (#11503) | Yuriy Artamonov | 2019-03-29 | 4 | -14/+29 |
| | | | Fixes #11502 | ||||
* | Fix NPE in v7 compatibility Grid during datasource rebind (#11473) | Tobse | 2019-03-27 | 1 | -3/+5 |
| | | | | | Add DataChangeHandler removal in v7 Grid just as in v8 Grid. Adding tests to the fix to verify, that NPE is not thrown. | ||||
* | Making V8 ReadOnly TextField select row in table upon clicking (#11480) | Anastasia Smirnova | 2019-03-27 | 1 | -1/+4 |
| | | | | | | Add check for the V8 TextField used in Table in compatibility mode. This makes clicking cell with the TextField select the row, preserving behaviour from V7. Through, as it's noted also before, this is an improved workaround, not a proper solution to address the issue. Fixes #11474 | ||||
* | Make improve of caching for hierarchical data optional (#11501) | Klaudeta | 2019-03-21 | 1 | -0/+5 |
| | | | | | Make improve of caching for hierarchical data optional Fixes #11477 | ||||
* | Fix initially selected CheckBox rendering in Safari in v7 compatibility ↵ | Koen De Cock | 2019-02-14 | 1 | -0/+19 |
| | | | | | package (#11024) (#11456) This fix was already applied to com.vaadin.client.ui.VCheckBox but the committer forget to apply the same fix to the com.vaadin.v7.client.ui.VCheckBox. Some people are still temporarely using the checkbox from the compatibility package. | ||||
* | Update snapshot to 8.8-snapshot (#11397) | Sun Zhe | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | Complete the empty since tag (#11371)8.7.0.alpha1 | Sun Zhe | 2018-12-13 | 1 | -1/+1 |
| | | | | * Complete the empty since tag | ||||
* | added newlines to the end of files | Olli Tietäväinen | 2018-12-04 | 2 | -2/+2 |
| | |||||
* | formatting changes | Olli Tietäväinen | 2018-12-04 | 1 | -6/+4 |
| | |||||
* | removed unnecessary string concatenation | Olli Tietäväinen | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | formatting changes | Olli Tietäväinen | 2018-12-04 | 1 | -7/+6 |
| | |||||
* | pick remaining changes from https://github.com/vaadin/framework/pull/10453 | Olli Tietäväinen | 2018-12-04 | 1 | -0/+5 |
| | |||||
* | v7 Grid performance improvements picked to compatibility package | Olli Tietäväinen | 2018-12-04 | 2 | -175/+296 |
| | |||||
* | picked fix to #10453 to compatibility package | Olli Tietäväinen | 2018-12-04 | 2 | -0/+120 |
| | |||||
* | Fixes to displaying Grid in a detail row. (#11147) | Anna Koskinen | 2018-10-08 | 3 | -17/+17 |
| | | | | | | | | - 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 | ||||
* | Update master to 8.7-SNAPSHOT (#11208) | Sun Zhe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Set correct GWT .dtd definition (#11110) | Ilia Motornyi | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | Ported change from 7.7 to compatibility - ComboBox popup position while ↵ | Ilia Motornyi | 2018-07-16 | 1 | -4/+65 |
| | | | | | scrolling (#11055) Fixes #5043 | ||||
* | Update project version to 8.6-SNAPSHOT (#11011) | Mehdi Javan | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Use random string for autocomplete attribute (#10950) | Ilia Motornyi | 2018-06-01 | 1 | -1/+1 |
| | | | Fixes #7820 | ||||
* | Fix MultiSelectionRenderer right-click exception (#10944) | Ilia Motornyi | 2018-05-23 | 1 | -3/+1 |
| | | | Fixes #10942 | ||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 210 | -210/+210 |
| | |||||
* | Allow configuring content modes for Grid cell tooltips (#10632) | Ilia Motornyi | 2018-02-15 | 1 | -3/+12 |
| | | | | * Allow configuring content modes for Grid cell tooltips | ||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Use Logger instead of VConsole (#10249) | Ahmed Ashour | 2017-11-06 | 9 | -28/+66 |
| | | | Because VConsole is deprecated and it recommends using Logger instead | ||||
* | Use local variable for getWidget(). (#10253) | Ahmed Ashour | 2017-10-31 | 10 | -282/+290 |
| | | | | | In some places, getWidget() is called many times, and I believe this can have a litte performance improvement, since in some cases super.getWidget() is called more than once. |