Skip to content
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

Closed
tomivirkki opened this issue Mar 9, 2018 · 7 comments
Closed

Edge scrolling performance #1249

tomivirkki opened this issue Mar 9, 2018 · 7 comments
Assignees
Labels
needs research More information needed to estimate

Comments

@tomivirkki
Copy link
Member

tomivirkki commented Mar 9, 2018

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

@tomivirkki tomivirkki added the needs triage Has to be triaged by the team label Mar 9, 2018
@limonte
Copy link
Contributor

limonte commented Mar 15, 2018

I can confirm that as well. dev.html is practically unusable on Edge (native, not VM).

The grid in Expense Manager kinda works but UX on Edge is quite bad.

@jouni
Copy link
Member

jouni commented May 17, 2018

Is this still relevant? I remember us doing a couple of Edge specific performance optimizations lately?

@limonte
Copy link
Contributor

limonte commented May 17, 2018

Is this still relevant?

Yup, still relevant for the latest stable version.

@bbaumgartner
Copy link

Hi Jouni
Does issue-backlog mean that it is not planed to fix this issue (any time soon)?

Best Regards
Benno

@jouni
Copy link
Member

jouni commented Jan 25, 2019

@bbaumgartner issue-backlog means that this issue is at least kept on the radar of the dev team (it’s more visible in their Waffle board).

@bbaumgartner
Copy link

bbaumgartner commented Jan 29, 2019

Hi Jouni

Maybe I'm missing something but

I can confirm that as well. dev.html is practically unusable on Edge (native, not VM).

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
Benno

@tomivirkki
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs research More information needed to estimate
Projects
None yet
Development

No branches or pull requests

5 participants