26 Jan
2026
26 Jan
'26
12:55 a.m.
Original MR: https://github.com/ValveSoftware/wine/pull/310 by https://github.com/PhialsBasement Fixes Adobe Creative Cloud installer failing due to several Wine incompatibilities: mshtml: Don't delegate dynamic DISPIDs to jscript (breaks JSObject bridge)\ mshtml: Route event attributes through Wine's event system in IE9+ mode\ mshtml: Compile event handler strings instead of storing them\ mshtml: Fix NodeList exposing incorrect interfaces\ msxml3: Wrap embedded XML declarations in CDATA (Windows tolerates these, libxml2 doesn't) Enables Adobe CC installer to complete successfully, tested with Photoshop 2021 and 2025 installation -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9970