Shaun Cutts
Shaun Cutts
Would still require measuring header and footer height to set padding, but assuming their sizes don't change wouldn't need us to measure the whole. (If their sizes do change we...
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes
much better but still some glitches. 0) both chrome and firefox support 1) Currently safari is not working at all but apparently supports flex with `--webkit-` prefix. Will test. 2)...
checked in fixes for safari support & native scroll Safari has an unrelated problem which can nevertheless be solved by another application of flex to `.row`. Before:  After: ...
hmm... the intention was to condition differences in layout with ".native-scroll" which should only turn on if a scrollbar has 0 width in test (signalling that it renders "on demand"...
Just pushed something that might fix - column widths are different in body and header Was using flexbox layout for body rows as that fixed safari without changing anything on...
Just pushed a candidate fix for - extra empty footer box I was piggybacking on check of scrollbar width in scroller-controller to set native-scroll mode -- but this required turning...
Sounds great! I'm pretty busy this week building a demo of things to come for a client. I needed a menu so I built [ember-smenu](https://github.com/shaunc/ember-smenu) ... and I have also...
Very good. I've added you as contributor to `ember-declarative` and `ember-smenu`.
I'll have a block of time thurs-sat to work on ember-grid. I'm eager to [improve buffering and scrolling](https://github.com/shaunc/ember-grid/issues/19). So I'd be grateful if you can wrap your arms around the...