-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge scrolling performance #1249
Comments
I can confirm that as well. The grid in Expense Manager kinda works but UX on Edge is quite bad. |
Is this still relevant? I remember us doing a couple of Edge specific performance optimizations lately? |
Yup, still relevant for the latest stable version. |
Hi Jouni Best Regards |
@bbaumgartner |
Hi Jouni Maybe I'm missing something but
How can vaadin flow not working on edge be a backlog issue? Sure, Edge is not the most important browser in the world, but still: In many corporate environments it is not possible to install an alternative. For us this is a huge problem. Best Regards |
We've tried to improve grid's scrolling performance on Edge on multiple occasions already but as Edge still relies on web components polyfill, it's difficult to get it working as smoothly as on the other browsers. Luckily Microsoft has announced that Edge will be rebuilt on top of Chromium; this should help a lot since it will bring native Web Component support to the browser. We'll see again if we could find some low-hanging fruits to improve this meanwhile. |
For some reason, scrolling performance is way worse on Edge with the latest Grid 5 than for example Grid 2.
This is especially evident in grids with many columns and custom elements in the cell templates.
Not the fairest comparison but still:
Grid 2:
https://cdn.vaadin.com/vaadin-grid/2.0.2/demo/dev.html
Grid 5:
https://cdn.vaadin.com/vaadin-grid/5.0.0-beta5/demo/dev.html
The text was updated successfully, but these errors were encountered: