You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug if there is CSS Grid support, feature if there isn't
Current behavior:
Currently, the browser does not properly display the webpage due to what I suspect is lack of support for CSS Grid. As a result, my element does not appear on the page and cannot be clicked on.
Desired behavior:
The web page should be properly displayed.
How to reproduce:
Implement something with CSS Grid, make sure the element that ends up being rendered is not visible due to lack of proper positioning with CSS grid.
The Electron version is close to the equivalent of the Chromium version (with a few differences), so yes, CSS Grid Layout support didn't come into Chrome until 57, I believe. We intend to update Electron to version 58 on our next big release #895
Is this a Feature or Bug?
Bug if there is CSS Grid support, feature if there isn't
Current behavior:
Currently, the browser does not properly display the webpage due to what I suspect is lack of support for CSS Grid. As a result, my element does not appear on the page and cannot be clicked on.
Desired behavior:
The web page should be properly displayed.
How to reproduce:
Implement something with CSS Grid, make sure the element that ends up being rendered is not visible due to lack of proper positioning with CSS grid.
Test code:
Additional Info (images, stack traces, etc)
The text was updated successfully, but these errors were encountered: