index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-7.7.47-changes
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
changelog-8.28.1
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-7.2.1.202505142326-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fileToFilesReplacement
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
uitest
/
src
/
test
/
java
/
com
/
vaadin
/
tests
/
components
/
grid
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compatibility Grid test tweaks (#12483)
Anna Koskinen
2021-11-22
1
-2
/
+4
*
Fix Grid column reorder with partially hidden joined header cells. (#12429)
Anna Koskinen
2021-10-14
1
-0
/
+44
*
Improved error login in GridColumnResizeModeTest. (#12350)
Anna Koskinen
2021-07-27
1
-2
/
+5
*
Ensure Grid details rows get a full refresh when a column is sorted. (#12342)
Anna Koskinen
2021-07-21
1
-0
/
+44
*
Ensure removing a row does not cause exceptions in detail row handling. (#12330)
Anna Koskinen
2021-06-30
1
-0
/
+62
*
Trigger repositioning after full refresh of current details. (#12312)
Anna Koskinen
2021-05-20
1
-1
/
+26
*
Test tweaks (#12287)
Anna Koskinen
2021-05-04
1
-2
/
+3
*
Attempts to reduce test flakiness (#12283)
Anna Koskinen
2021-05-03
1
-0
/
+4
*
Fix validation in non-buffered Grid editor (#12281)
Tarek Oraby
2021-04-28
1
-0
/
+99
*
Updated browser versions and screenshots, test tweaks for stability. (#12271)
Anna Koskinen
2021-04-27
1
-1
/
+1
*
Test fixes (#12244)
Anna Koskinen
2021-03-18
4
-7
/
+27
*
Fix updating Grid's item set when details rows are open. (#12231)
Anna Koskinen
2021-03-08
1
-0
/
+53
*
Add a delay to a flaky test. (#12216)
Anna Koskinen
2021-03-04
1
-0
/
+1
*
Fix displaying checkboxes within Grid editor row. (#12212)
Anna Koskinen
2021-03-03
1
-0
/
+83
*
Add delays to a flaky test class. (#12209)
Anna Koskinen
2021-03-01
1
-0
/
+6
*
Tweaks to Grid/Escalator column size handling (#12145)
Anna Koskinen
2020-11-10
1
-0
/
+59
*
Open details rows shouldn't get removed when a new row is added to Grid (#12109)
7.7.22
Anna Koskinen
2020-10-06
1
-0
/
+40
*
Test fixes & split failsafe integration test runs into smaller batches (#12103)
Anna Koskinen
2020-10-01
4
-6
/
+14
*
Update Chrome version check to 85 (#12090)
Anna Koskinen
2020-09-02
1
-0
/
+1
*
Add API to detect if GridMultiSelect select-all checkbox is checked (#12086)
Tarek Oraby
2020-08-26
1
-0
/
+37
*
fix for #12079 - recalculate Composite layout inside Window (#12082)
Olli Tietäväinen
2020-08-26
1
-0
/
+54
*
Add column width recalculation when vertical scrollbar hidden/shown. (#12058)
Anna Koskinen
2020-07-23
1
-0
/
+6
*
Revert 'Rewrote debouncing of onResize (#11899)' (#12051)
Anna Koskinen
2020-07-09
1
-0
/
+55
*
All updates to Escalator size should get reported to LayoutManager. (#12050)
Anna Koskinen
2020-07-08
1
-0
/
+95
*
Fix to compatibility Grid sorting after removing multi-select. (#12012)
Anna Koskinen
2020-05-15
1
-0
/
+40
*
Allow replacing all columns at once when some of them are frozen. (#11978)
Anna Koskinen
2020-04-30
1
-0
/
+34
*
Fix the column width calculations for full width cell contents. (#11974)
Anna Koskinen
2020-04-29
1
-0
/
+61
*
Ensure recalculateColumnWidths works with refreshAll. (#11934)
Anna Koskinen
2020-03-31
1
-0
/
+91
*
Fix an issue with frozen column count and unhiding. (#11929)
Anna Koskinen
2020-03-26
1
-0
/
+38
*
Removed outdated spacer height update from removal process. (#11861)
Anna Koskinen
2020-01-09
1
-0
/
+39
*
Test tweaks (#11851)
Anna Koskinen
2019-12-20
1
-1
/
+1
*
Check actual Grid selection instead of relying on allSelected flag. (#11787)
Anna Koskinen
2019-11-04
1
-0
/
+62
*
Improvements to ScrollDestination sanity checks (#11772)
Anna Koskinen
2019-10-28
1
-0
/
+92
*
Tweak a test to open Grid details row by clicking cell instead of row. (#11764)
Anna Koskinen
2019-10-25
1
-7
/
+10
*
Fix scrollTo for destination START and END and add regression testing. (#11707)
Anna Koskinen
2019-09-05
1
-0
/
+291
*
Updated row and spacer handling for Escalator (#11438)
Anna Koskinen
2019-08-29
5
-31
/
+113
*
Update Chrome version, snapshots and fix tests (#11684)
Zhe Sun
2019-08-05
1
-5
/
+6
*
Fix unstable tests (#11648)
Zhe Sun
2019-07-04
1
-3
/
+4
*
Fixes unstable/muted tests (#11640)
8.9.0.alpha1
Zhe Sun
2019-06-28
1
-4
/
+5
*
Adding css class to Editor when on selected row (#11636)
Tatu Lund
2019-06-26
1
-0
/
+24
*
Update Chrome version in Test (#11613)
Zhe Sun
2019-06-12
7
-28
/
+27
*
Recalculate the column widths before the first row is added (#11609)
Zhe Sun
2019-06-06
1
-0
/
+37
*
Grid Editor: make Tab key skip read-only/disabled fields (#11586)
Martin Vysny
2019-06-03
1
-2
/
+2
*
Fix Grid reordering when there are hidden columns
cuong-phan
2019-05-20
1
-0
/
+34
*
Fix duplicate grid column visibility change event (#11565)
cuong-phan
2019-05-16
1
-0
/
+39
*
Grid editor: TAB now skips non-editable columns (#11573)
Martin Vysny
2019-05-16
1
-0
/
+130
*
Reduce Grid's sort complexity. (#11566)
Anna Koskinen
2019-05-15
1
-0
/
+24
*
Replace the screenshot usage in framework test (#11547)
Sun Zhe
2019-04-29
1
-2
/
+2
*
Fix NPE in v7 compatibility Grid during datasource rebind (#11473)
Tobse
2019-03-27
1
-0
/
+23
*
Fix an NPE caused by the previous fix to Grid's frozen columns (#11444)
mlindfors
2019-02-04
1
-0
/
+26
[next]