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

Grid component not setting spacing in IE #207

Open
Saladinek opened this issue Dec 4, 2019 · 1 comment
Open

Grid component not setting spacing in IE #207

Saladinek opened this issue Dec 4, 2019 · 1 comment
Labels
bug Something isn't working component New component proposal good first issue Good for newcomers IE11 The issues related to IE11

Comments

@Saladinek
Copy link
Contributor

Steps to reproduce:
1. Use Grid component, fill with child elements and set spacing property

expected result: Spacing will be set in IE aswell

Actual result: Spacing is not set in IE

Opening https://precise-ui.io/#/Components/Grid in IE shows errors, which come from the 'computeIeRows' function

@dimabory dimabory added good first issue Good for newcomers bug Something isn't working component New component proposal IE11 The issues related to IE11 labels Dec 4, 2019
@FlorianRappl
Copy link
Collaborator

The grid will never have the spacing on IE as it uses the native CSS grid, which in IE does not support spacing.

As far as the computeRows functions is concerned, this, of course, is an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component New component proposal good first issue Good for newcomers IE11 The issues related to IE11
Projects
None yet
Development

No branches or pull requests

3 participants