AToMPM / atompm

A Tool for Multi-Paradigm Modeling
https://atompm.github.io/
GNU Lesser General Public License v3.0
23 stars 15 forks source link

Fix pop-up blocking for workflows #52

Open BentleyJOakes opened 6 years ago

BentleyJOakes commented 6 years ago

When using workflows such as the CreateDSL template, the automatic opening of a new window can sometimes be blocked as a pop-up (on Chrome, untested on Firefox).

The issue is that the window is opened without a direct user action, such as a click: https://stackoverflow.com/questions/2587677/avoid-browser-popup-blockers

Due to the messages passed between the MT server, the AToMPM server, and the client, the workflow interaction triggers the popup detection.