Modal widget starts open

temp.json (23.3 KB)
In this example I post, the modal widget starts with the window open, when I only want it open when the user click the icon called “players circle”
In other instances it won’t open automatically in other yes, and I can not find why it does it.

You left something in the modal's value property, which make it non-null and opens the modal.

In other instances it won’t open automatically in other yes, and I can not find why it does it.

New clients are synced with connected clients when the session is opened, that's probably why.

it happens always, even after rebooting the computer,
Im trying to find what I left that causes that behaviour. I inlcuded the jsontemp.json (23.3 KB)

image

This is the css that should not affect:
"font-family: Tahoma, Geneva, sans-serif;
line-height: 1.3;
font-size: 95%;
font-family: Tahoma, Geneva, sans-serif;
line-height: 1.3;
z-index:100;

color:rgba(256,256,256,0.6);
text-transform: none;
border-radius:15px;
background: rgba(40,40,40,1);
text-transform: none;
border-radius:15px;"

I told you what's causing it.

You left something in the modal’s value property, which make it non-null and opens the modal.

Problem for me, I can not find what that “something” is
I mean, I suppose there is a specific setting or parameter I added that is doing it but after trying several , none seems to make any difference.

Capture d’écran_2021-01-11_10-13-14

thanks!!!
yes, that was the problem :grinning: