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

Should enable autoprefixer for grid #3512

Closed
HristoP96 opened this issue Jan 2, 2019 · 1 comment
Closed

Should enable autoprefixer for grid #3512

HristoP96 opened this issue Jan 2, 2019 · 1 comment

Comments

@HristoP96
Copy link

HristoP96 commented Jan 2, 2019

Description

The igx-grid width issues in IE11 are caused due to lack of prefixed styles, necessary for the browser to render the igx-grid component. In Angular this work is done by the Autoprefixer plugin. The thing about it is that the grid feature (which prefixes all the styles including grid selectors) is no longer implicitly available (This PR explains, why such default behavior should be omitted) and it should be enabled so that the igx-grid could be compatible with the IE11 browser.

Here is a reference to the issue logged in Angular CLI, in which is explained how to enable the autoprefixer to operate over grids.

In addition:

Enabling the autoprefixer for grid will resolve the following issues:

@HristoP96 HristoP96 changed the title Should enable grid autoprefixer. Should enable autoprefixer for grid. Jan 2, 2019
@tiliev tiliev changed the title Should enable autoprefixer for grid. Should enable autoprefixer for grid Jan 2, 2019
@HristoP96
Copy link
Author

A decision was made that this configuration will not be applied in the product, but it will be documented.

This is the pull request, regarding the documentation that describes how and why the customer should enable the autoprefixer for grid layouts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants