Skip to content

button click opens and closes dialog at the same time #282

@baermathias

Description

@baermathias

The following code opens and closes the dialog almost at the same time. So there is no time to click OK or Close or interact with the dialog in any kind.

<html>
<a class="btn btn-primary" href="#" onclick="myFunction()">
Click here
</a>
</html>

<script>
function myFunction() {
    vex.defaultOptions.className = 'vex-theme-flat-attack'
    vex.dialog.alert('Thanks for checking out vex!')
}
</script>

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