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

Some elements cannot be flex containers #24

Open
mnzaki opened this issue Aug 6, 2016 · 1 comment
Open

Some elements cannot be flex containers #24

mnzaki opened this issue Aug 6, 2016 · 1 comment

Comments

@mnzaki
Copy link

mnzaki commented Aug 6, 2016

Angular Material keeps complaining about this:

Markup '<fieldset flex></fieldset>' may not work as expected in IE Browsers. Consult 
'https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers' for details.

Markup '<md-button flex></md-button>' may not work as expected in IE Browsers. Consult 
'https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers' for details.

More information here:
https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers

Some culprits include fieldset.html and submit.html which have flex on a <fieldset> and <md-button> respectively.

@Anthropic
Copy link
Member

Thanks @mnzaki I will add this to the todo list, thanks for the info link I appreciate your time! :)

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

2 participants