Tom Shinnick

Results 19 comments of Tom Shinnick

As noted in 29e897a16548dec59bf66879d8ed00085be5030b I just removed the spaces from the definition source lines and all was well. If I left the spaces embedded, e.g. > ``` > USHORT[segCountX2 /...

Is this either of these two Chrome bugs? - [Issue 341310: Blink doesn't honor percent heights on children of "align-self:stretch" flex items in a fixed-height flex container](https://code.google.com/p/chromium/issues/detail?id=341310) - [ Issue...

I noticed in another posting (forgotten where) someone 'solved' their flex problems using an intermediate `` with position absolute and top/right/bottom/left of 0. I have inserted such into my tale...

I got a ["I guess that's okay"](https://code.google.com/p/chromium/issues/detail?id=542388#c5) from the Chrome people.

Adding screenshots of testing the JSBin under IE 11 and Edge - each of 4 browsers is different - you're a winner! :) IE 11 ![flexbugs_98_w_ie11](https://cloud.githubusercontent.com/assets/842881/11003895/df98e638-847a-11e5-92b4-1132e57fe3f9.png) IE shows essentially the...

Using the browser debuggers I looked at the DOM values for `offsetXxxxx` for both the `.section-header` and `.section-content` elements, under FF, Chrome, and Edge. ``` values for "offsetXxxxx" element attributes...

Oooo, I hadn't done it, was wondering if you wanted to do it, but if I could point to your example...

I've submitted [Bug 1223180 "Flex + vertical writing-mode: flex items / text disappear"](https://bugzilla.mozilla.org/show_bug.cgi?id=1223180) regarding the above bug. While researching I _accidentally_ came across [Bug 1189131 - flex align-items center displaces...

I also was wondering about just this need, though for me using React. I note that there are no removeEventListener() calls in Mousetrap, and there isn't any way indicated as...

I'm checking through issues and PRs and saw pull request "Add Mousetrap.prototype.destroy" #264 , so we're not the first to want this.