jonathantneal / flexibility

A JavaScript polyfill for Flexbox

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get value of the property '-js-display': object is null or undefined

waqas385 opened this issue · comments

Hi,

Its IE9 specific issue and occurred when enable "Access data source across domain"
To enable settings:
Goto Internet Option > Security > Custom Level > Miscellaneous > Access data source across domain (Make it enable)

Then, refreshing the page will show error:
Unable to get value of property '-js-display': object is null or undefined

i.e
// store display style in details
details.style.display = node.currentStyle['-js-display'] || node.currentStyle.display;

Hint: Somehow currentStyle is not being found within node object

米兔

me too