On Wed Jul 26 14:56:16 2023 +0000, Jacek Caban wrote:
It may be a long shot, but I think that native behavior may be explained by using d3d11 for rendering, see: https://learn.microsoft.com/en-us/troubleshoot/developer/browsers/core-featu... Gecko has similar features, but we disable them because they were never worked well. It's been long since I looked at it so remember details (and Wine D3D changed a lot since then), but the disablement mostly happened in: https://gitlab.winehq.org/wine/wine-gecko/-/blob/master/modules/libpref/init... The attached [patch](/uploads/cff88f1c622acd4103512ec83f56250d/patch.diff) is a quick attempt to force enable it for testing. Unfortunately, it crashes if I attempt to launch iexplore.exe, but it would be interesting to try to get it working and see if it fixes your problem.
Thank you! I will try this out later