Inconsistent/disappearing underline of text when transform on container
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: thijsmolleman, Unassigned)
Details
Attachments
(1 file)
|
202.53 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:131.0) Gecko/20100101 Firefox/131.0
Steps to reproduce:
Make a couple paragraphs with <u> tags and text within. Then put a <div> container around it and give it a transform. https://codesandbox.io/p/sandbox/patient-dream-95zs6z
Actual results:
The underlines are inconsistent, they are getting cut off or are invisible.
Expected results:
Each line should have a consistent underline.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Text and Fonts' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
| Comment hidden (obsolete) |
Comment 3•1 year ago
|
||
sorry, wrong bug. My bad.
Comment 4•1 year ago
|
||
Thanks for the bug report! This is a known issue, caused by the downscaling portion of the transform (0.471554, 0, 0, 0.471554 in your testcase's transform-matrix, equivalent to scale(0.471554), and it's tracked in bug 1796718. Though as noted there, it's really a special case of bug 1258112.
Description
•