jonathantneal / flexibility

A JavaScript polyfill for Flexbox

Home Page:https://jonathantneal.github.io/flexibility/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do this polyfill even work anymore?

PayteR opened this issue · comments

Hi, i'm trying to make this work on my IE8/9 but it's not work at all. It's not working in my project and even in test page https://10up.github.io/flexibility/. Throught browserstack is same result, whats wrong?

2016-03-22_2107

In my experience it works with IETester, but not IE11. It seems that the detection is broken for IE11, since it does work if you manually run flexibility.walk in the console.

I downloaded IE tester on my W10 machine, but exactly tabs IE8 and IE9 did not work. So i tried it on W7 machine, all worked fine, but its not my dev machine, so i'm not able to test my work on my dev machine. Best would be to fix browser detection on IE11 compatibility mode, could you do that please?

and flexibility.walk() did not work
2016-03-23_1309

You'd want to call flexibility.walk a bit differently. Call it like: flexibility.walk(document.getElementById('demo')) .