ibm-js / deliteful

Multichannel (desktop/mobile) UI Custom Elements Library
http://ibm-js.github.io/deliteful
Other
70 stars 36 forks source link

LinearLayout: doesn't respond to changes on Safari 10 #701

Open wkeese opened 7 years ago

wkeese commented 7 years ago

Due to Safari 10 bugs, LinearLayout doesn't respond correctly to

  1. Change in direction property (LinearLayout-direction.js test)
  2. Adding fill CSS class to one of the children. (last test in old version of LinearLayout-horizontal-3width.js)

Redefining fill to be flex: 1 0 auto fixed the latter problem but messed up the layout of ScrollableContainer.html