I've created an issue collector and embed it in HTML. But sometimes it appears like in the figure. I'm using Chrome Browser (Not mobile browser)
Here is the code.
window.ATL_JQ_PAGE_PROPS =
{
"triggerFunction": function(showCollectorDialog) {
jQuery(document).ready(function() {
setTimeout(function() {
console.log("opening");
showCollectorDialog();
},
1000);
});
}
};