Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

'setAttribute' of undefined #217

@ashishtilara

Description

@ashishtilara

I am building a wizard and editor comes on 2nd page, so if someone tries to access 2nd page, I have code to move to step1 like $location.path("/step1"); but I get

Uncaught TypeError: Cannot read property 'setAttribute' of undefined

in aria function of tinymce at following line:

elm.setAttribute(name == 'role' ? name : 'aria-' + name, value);

Appreciate any help to fix this.

cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions