RESOLVED CONFIGURATION CHANGED 152783
Flexbox with absolutely positioned ::after pseudo element incorrectly computes text length
https://bugs.webkit.org/show_bug.cgi?id=152783
Summary Flexbox with absolutely positioned ::after pseudo element incorrectly compute...
Ben Frain
Reported 2016-01-06 03:25:54 PST
Here is a reduction of the issue: http://codepen.io/benfrain/pen/mVWpMZ In essence, a relatively positioned flex container with text inside and an absolutely positioned ::after pseudo element - this problem exhibits itself. If I change to ::before pseudo element it goes away If I make the internal text of the container BIGGER it goes away If I use a different font-stack it goes away Problem is not exhibited in other browsers. Also the same on iOS and Safari desktop
Attachments
Brent Fulgham
Comment 1 2022-07-14 15:17:55 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.