Skip to content

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

@waqas385

Description

@waqas385

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions