[PATCH 0/1] MR304: mshtml: Enable CSS grid layout.

Arek Hiler (@ivyl) wine at gitlab.winehq.org
Thu Jun 23 13:33:23 CDT 2022


This helps with Final Fantasy XIV launcher not rendering correctly under Wine. The login form should be to the right of the news section but due to grid layout being unsupported it renders below and requires scrolling to be accessed which is non-obvious.

The CSS grid is not fully implemented in Gecko version we are using.

https://bugzilla.mozilla.org/show_bug.cgi?id=1217086 + bugs it depends on seems to be representative of the state of the implementation in version ~47.

Looks like it's mostly some nesting cases that were still being implemented.

The only real problem seems to require a very specific setup https://bugzilla.mozilla.org/show_bug.cgi?id=1316649 but we still may want to pick up the fix for it for wine-gecko.

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/304



More information about the wine-devel mailing list