RESOLVED DUPLICATE of bug 202198 Bug 202055
text-rendering CSS property beachballs browser
https://bugs.webkit.org/show_bug.cgi?id=202055
Summary text-rendering CSS property beachballs browser
matthewwithanm
Reported 2019-09-20 13:40:12 PDT
Having `text-rendering: optimizeLegibility` can cause the page to beach ball. This is affecting web.whatsapp.com, and was discovered independently here: https://github.com/jgthms/bulma/issues/2626 The GitHub issue also contains a minimal repro. Reproduced on MacOS Mojave using: - Safari 13.0 - WebKit r250139 - Safari Technology Preview Release 92 (Safari 13.1, WebKit 14609.1.4)
Attachments
minimal repro (321 bytes, text/html)
2019-09-22 00:28 PDT, Thomas Levy
no flags
Thomas Levy
Comment 1 2019-09-22 00:28:55 PDT
Created attachment 379339 [details] minimal repro Clicking the input once does nothing. Clicking the input a second time makes the browser unresponsive.
Hendrik Runte
Comment 2 2019-09-25 04:23:06 PDT
It appears to happen in conjunction with 'appearance: none' which can be used to re-style a select box widget. It can easily be reproduced using this HTML/CSS setup: ´´´ <!-- html --> <select> <option value="">Access Level …</option> <option label="No Login" value="NOLOGIN">No Login</option> <option label="Trial Member" value="TRIAL">Trial Member</option> <option label="Member" value="LOGIN">Member</option> </select> ´´´ ´´´ // css select { -webkit-appearance: none; // this will crash/sbbofd on Safari 13: text-rendering: optimizeLegibility; } ´´´ See this codepen to reproduce (the effective line is commented out): https://codepen.io/HendrikR/pen/PoYxxmJ
Thomas Levy
Comment 3 2019-09-27 12:00:50 PDT
Still broken in safari 13.0.1
Hendrik Runte
Comment 4 2019-10-03 04:46:18 PDT
Cannot reproduce the failure with WebKit build r250648 (Mojave). Looks fixed to me.
Alan Hogan
Comment 5 2019-10-10 13:18:48 PDT
This appears to be discussed and fixed in https://bugs.webkit.org/show_bug.cgi?id=202198
Hendrik Runte
Comment 6 2019-10-10 13:31:56 PDT
(In reply to Alan Hogan from comment #5) > This appears to be discussed and fixed in > https://bugs.webkit.org/show_bug.cgi?id=202198 I can confirm on this.
Sam Sneddon [:gsnedders]
Comment 7 2021-03-25 16:49:50 PDT
*** This bug has been marked as a duplicate of bug 202198 ***
Note You need to log in before you can comment on or make changes to this bug.