mvysny / karibu-testing

Vaadin Server-Side Browserless Containerless Unit Testing
Apache License 2.0
105 stars 14 forks source link

Add proper support for Grid column resizing #147

Closed mvysny closed 1 year ago

mvysny commented 1 year ago

Add support for grid column resizing, faking a resize done by user as close as possible to the actual behavior. As a bare minimum the ColumnResizeEvent needs to be fired; we have to also investigate how the new width is passed in to the app. Needs to be done for Vaadin 14, 23 and 24.

mvysny commented 1 year ago

Yup, on column resize the ColumnResizeEvent is fired, with isFromClient=true, and the new width is stored in Column.getWidth() as e.g. 476px.