html - Flex-wrap:wrap-reverse in Edge -


in following sample, flex items start flowing top-right corner of wrapper:

div {    outline: 1px solid teal;  }    #wrap {    width: 400px;    height: 200px;    display: flex;    flex-direction: column;    flex-wrap: wrap-reverse;  }    #wrap div {    width: 50px;    height: 50px;  }
<div id="wrap">    <div>1</div>    <div>2</div>    <div>3</div>    <div>4</div>    <div>5</div>    <div>6</div>  </div>

but how see them in edge:

enter image description here

and flex-direction: row; this:

enter image description here

but how in edge:

enter image description here

is edge behaving correctly?

edge appeared have this bug in version dated april, 2016.

in report it's stated (on march 29, 2017), version 15063 bug have been fixed.


side note: appears fixed 1 has been released insider preview, creators update comes month (april, 2017), should it


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -