Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

When using data-dismiss = alert in Alert widget, the element is removed but isAttached() still returns true. #362

Open
@kisalaya

Description

@kisalaya

When closing the widget using the close button (data-dismiss = 'alert' ), the widget is removed from screen, but when widget.isAttached is called it still returns true.

(Soln. was to use widget.getElement().hasParentElement() to check the condition.)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions