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

If a location change triggers a dialog to display the dialog is visible for a moment then closed #467

@mattcole

Description

@mattcole

This seems to be caused by the handleLocationChange function which calls the close() method when a location change occurs. Effectively this close method ends up running after the dialog has been opened in the new location, closing it immediately.

I've resolved this by adding a check to see if the dialog is opened before closing it:

if(self._open) self.close();

but due to the $dialog rewrite issue am not sure whether it's worth submitting a pull request or just raising it as an issue that needs resolving.

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