spring-guides / gs-crud-with-vaadin

Creating CRUD UI with Vaadin :: Use Vaadin and Spring Data JPA to build a dynamic UI
https://spring.io/guides/gs/crud-with-vaadin
Apache License 2.0
108 stars 141 forks source link

grid not working with firefox #16

Closed mlappi closed 1 year ago

mlappi commented 6 years ago

only filter field and editor is rendered with firefox

Legioth commented 6 years ago

You can work around this for now by adding setHeight("100%") to the MainLayout constructor.

mstahv commented 1 year ago

This Vaadin regression has been fixed a while back. I think this issue should be closed.

snicoll commented 1 year ago

@mlappi this isn't the right place to raise issue with Vaadin.