aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/grid
Commit message (Expand)AuthorAgeFilesLines
* Fix Grid column reorder with partially hidden joined header cells. (#12429)Anna Koskinen2021-10-141-0/+43
* Ensure Grid details rows get a full refresh when a column is sorted. (#12342)Anna Koskinen2021-07-211-0/+42
* Code cleanup (#12333)Anna Koskinen2021-07-081-5/+2
* Ensure removing a row does not cause exceptions in detail row handling. (#12330)Anna Koskinen2021-06-301-0/+63
* Trigger repositioning after full refresh of current details. (#12312)Anna Koskinen2021-05-201-2/+8
* Fix validation in non-buffered Grid editor (#12281)Tarek Oraby2021-04-281-0/+103
* Add ErrorHandler to AbstractTestUI (#12256)Anna Koskinen2021-03-291-4/+5
* Fix updating Grid's item set when details rows are open. (#12231)Anna Koskinen2021-03-081-0/+74
* Fix displaying checkboxes within Grid editor row. (#12212)Anna Koskinen2021-03-031-0/+89
* Tweaks to Grid/Escalator column size handling (#12145)Anna Koskinen2020-11-101-0/+66
* Open details rows shouldn't get removed when a new row is added to Grid (#12109)7.7.22Anna Koskinen2020-10-061-0/+53
* Add API to detect if GridMultiSelect select-all checkbox is checked (#12086)Tarek Oraby2020-08-261-0/+42
* fix for #12079 - recalculate Composite layout inside Window (#12082)Olli Tietäväinen2020-08-261-0/+82
* Add column width recalculation when vertical scrollbar hidden/shown. (#12058)Anna Koskinen2020-07-231-3/+3
* Revert 'Rewrote debouncing of onResize (#11899)' (#12051)Anna Koskinen2020-07-092-4/+188
* All updates to Escalator size should get reported to LayoutManager. (#12050)Anna Koskinen2020-07-081-0/+109
* Fix to compatibility Grid sorting after removing multi-select. (#12012)Anna Koskinen2020-05-151-0/+35
* Fix indexing issue in Compatibility Grid resize when scrolled to bottom. (#12...Anna Koskinen2020-05-131-0/+34
* Allow replacing all columns at once when some of them are frozen. (#11978)Anna Koskinen2020-04-301-0/+44
* Fix the column width calculations for full width cell contents. (#11974)Anna Koskinen2020-04-291-0/+79
* Ensure recalculateColumnWidths works with refreshAll. (#11934)Anna Koskinen2020-03-311-0/+64
* Fix an issue with frozen column count and unhiding. (#11929)Anna Koskinen2020-03-261-0/+40
* Removed outdated spacer height update from removal process. (#11861)Anna Koskinen2020-01-091-0/+76
* Check actual Grid selection instead of relying on allSelected flag. (#11787)Anna Koskinen2019-11-041-0/+71
* Fix scrollTo for destination START and END and add regression testing. (#11707)Anna Koskinen2019-09-051-0/+33
* Apply offset to column index depending on presense of selection column (#11667)Tatu Lund2019-07-301-0/+67
* Recalculate the column widths before the first row is added (#11609)Zhe Sun2019-06-061-0/+49
* Grid Editor: make Tab key skip read-only/disabled fields (#11586)Martin Vysny2019-06-031-2/+23
* Fix Grid reordering when there are hidden columnscuong-phan2019-05-201-0/+76
* Don't attempt to scroll to the beginning or end if Grid has no rows. (#11570)Anna Koskinen2019-05-201-0/+61
* Fix duplicate grid column visibility change event (#11565)cuong-phan2019-05-161-0/+64
* Grid editor: TAB now skips non-editable columns (#11573)Martin Vysny2019-05-161-0/+102
* Reduce Grid's sort complexity. (#11566)Anna Koskinen2019-05-151-0/+64
* Add handling for completely empty Grid's column width calculations. (#11569)Anna Koskinen2019-05-141-0/+60
* Fix NPE in v7 compatibility Grid during datasource rebind (#11473)Tobse2019-03-271-0/+42
* Fix an NPE caused by the previous fix to Grid's frozen columns (#11444)mlindfors2019-02-041-0/+60
* Grid column npe behavior (#11390)Olli Tietäväinen2018-12-281-0/+65
* Update release note and since tag (#11386)Sun Zhe2018-12-201-5/+7
* Fix Grid's frozen columns not being set (#10653) (#11346)mlindfors2018-12-051-0/+57
* Add more context information to criteriaScript in GridDropTargetConnector (#1...vt5122018-12-051-0/+86
* added newlines to the end of filesOlli Tietäväinen2018-12-041-1/+1
* pick tests from https://github.com/vaadin/framework/pull/11092Olli Tietäväinen2018-12-041-0/+35
* Fix for setting default row height for a Grid with details row(s) open. (#11326)Anna Koskinen2018-11-211-0/+57
* Format the code (#11244)Sun Zhe2018-10-151-5/+5
* Revert change to fix issue on removing Grid with components (#11224)Sun Zhe2018-10-122-5/+34
* Fixes to displaying Grid in a detail row. (#11147)Anna Koskinen2018-10-082-0/+150
* Replaced Grid's internal size calculation fix with an indexing fix. (#11154)Anna Koskinen2018-10-011-0/+47
* Fix handler creation to happen on init (#11172)Teemu Suo-Anttila2018-09-071-5/+5
* Ensure that HeaderRow is not null in Grid (#11165)Anastasia Smirnova2018-09-071-0/+22
* Fix handling of hidden Components in Grid(#10367)Marco Collovati2018-09-071-0/+66