Alexander Farkas
Alexander Farkas
Haven't checked it yet. But does it work with `iframeLoadMode` = `1`?
In any case I would need a working test case to check it myself.
I could not reproduce this issue on the demo page. (With enabled lite mode of course). Do you have more information or a webpage for me?
For me this bug report is bad in different ways. Even if a bug is hard to reproduce or only sometimes to reproduce you don't have to include only information...
I assume your expectations are wrong. At least with these informations its impossible to judge wether everything is ok or not. But I'm pretty confident it's just working fine. Do...
What tool is this? My in browser tool gives me the following tree: > Potential solution is to add `role="img"` to the image until the script runs. Yes this was...
other solution would be to add `src=data:....`
Yes, this was actually the old favored way. I removed this from all of my examples because browsers do not support progressive image loading and some browsers also tend to...
@mxswat Sorry no. In short providing an API where you can switch the document would be probably easy, but providing an API where we would have to support multiple documents/shadowroots...
Yeah, I see there is a possible race condition. I might have a simple solution for that. But currently travelling so might take me some hours before I apply it....