[Webkit-unassigned] [Bug 202055] text-rendering CSS property beachballs browser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 25 04:23:06 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=202055

--- Comment #2 from Hendrik Runte <hendrik.runte at gmail.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190925/0f2accb4/attachment.html>


More information about the webkit-unassigned mailing list