You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
after updating to weasyprint v63.0 we encountered a problem where weasyprint runs into an endless loop and hangs infinitely. The problem is probably caused by changes in the flexbox implementation.
Here is a minimal reproduction code:
<html><head></head><body><divstyle="display: flex; flex-direction: column;"><div></div><div><divstyle="height: 1352px;"></div></div><div>
text
</div><div></div></div></body></html>
It’s now fixed: the rendering may be different from what you expect (fragmentation in flex layouts is still often bad in WeasyPrint), but at least the endless loop is gone.
Hi,
after updating to weasyprint v63.0 we encountered a problem where weasyprint runs into an endless loop and hangs infinitely. The problem is probably caused by changes in the flexbox implementation.
Here is a minimal reproduction code:
The text was updated successfully, but these errors were encountered: