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
I just found a strange regression between versions 53.4 and 54.
When this HTML is rendered (no CSS applied) Lorem ipsum dolor sit <b>amet</b> Somehow this part is duplicated on next line <b>bold</b> text.
WeasyPrint v. 54.0 ignores non-breaking space and duplicates part of the text on next line.
See test.pdf
Version 53.4 ignores the non-breaking space too, but at least doesn't duplicate the text.
When last few words are wrapped in a span, it seems fine in both versions. Lorem ipsum dolor sit <b>amet</b> Somehow this part is duplicated on next <span>line <b>bold</b> text.</span>
Thanks for looking into it.
The text was updated successfully, but these errors were encountered:
I just found a strange regression between versions 53.4 and 54.
When this HTML is rendered (no CSS applied)
Lorem ipsum dolor sit <b>amet</b> Somehow this part is duplicated on next line <b>bold</b> text.
WeasyPrint v. 54.0 ignores non-breaking space and duplicates part of the text on next line.
See test.pdf
Version 53.4 ignores the non-breaking space too, but at least doesn't duplicate the text.
When last few words are wrapped in a span, it seems fine in both versions.
Lorem ipsum dolor sit <b>amet</b> Somehow this part is duplicated on next <span>line <b>bold</b> text.</span>
Thanks for looking into it.
The text was updated successfully, but these errors were encountered: