[PATCH v12 6/7] mshtml: Set the builtin prop to NULL even when removeAttribute returns false in IE8 mode.

Jacek Caban jacek at codeweavers.com
Wed Dec 1 13:24:27 CST 2021


Hi Gabriel,

On 12/1/21 2:41 PM, Gabriel Ivăncescu wrote:
> +                if(dispex_compat_mode(This) >= COMPAT_MODE_IE8) {
> +                    V_VT(&var) = VT_NULL;
> +                    builtin_propput(This, func, &dp, NULL);
> +                }


That doesn't seem universally right, see the attached test for an example.


Thanks,

Jacek

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: text/x-patch
Size: 801 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20211201/2d312e16/attachment.bin>


More information about the wine-devel mailing list