angular-schema-form-material icon indicating copy to clipboard operation
angular-schema-form-material copied to clipboard

Some elements cannot be flex containers

Open mnzaki opened this issue 8 years ago • 1 comments

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.

mnzaki avatar Aug 06 '16 14:08 mnzaki

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

Anthropic avatar Aug 25 '16 04:08 Anthropic