Marco Aurelio Messa

Results 9 comments of Marco Aurelio Messa

Yes, sorry I forgot to mention: ![wQMqzbdER6](https://user-images.githubusercontent.com/13797580/126542189-0d10590a-7a17-4fb8-8c7d-16edc97eb1dc.gif)

That's odd... In my debug I got these styles in the avatar: ![image](https://user-images.githubusercontent.com/13797580/126558440-d58fdc41-34b0-43a4-ac9c-09ca6d058aaa.png) I've also seen the lines you mentioned, maybe the classes in my Whatsapp are messed up? ![image](https://user-images.githubusercontent.com/13797580/126558421-5dc5c5e9-38f5-4097-903f-c17aefa9d59f.png)

Don't worry, it's not that big deal, I've just reported in case you didn't see it. I'm not sure but I think it's my whatsapp web that is generating other...

Wow, it's worse than I thought, here's mine: ![image](https://user-images.githubusercontent.com/13797580/126678784-18d7dff3-d920-48c3-b90b-14cd712e93e8.png) Even the image url is different. Are you using Whatsapp Web Beta, that allows multi devices connected?

Idk, mine still has the same behavior ![3dtmdNoaBI](https://user-images.githubusercontent.com/13797580/136015347-49036c31-1346-48e1-bed6-353c030b6f02.gif)

@wenky I know some years have passed, but you could try the branch I've created from this repo: https://raw.githubusercontent.com/macmessa/showModalDialog/multiple-dialog/showModalDialog.js

> * Works perfectly in Chrome. > * Edge works fine. > * Internet Explorer 11 - only eval version works because others are not supported > > **Doesn't work...

I've accidentally closed the pull request.

You can use **yield** and **await** version instead of eval, like this: ```js var val = String(await window.showModalDialog(url, "", feature)); ``` or: ```js var val = window.showModalDialog(url, "", feature); val...