picturepan2/spectre

Use of body font-family crashes desktop Safari dropdowns

Open

#613 建立於 2019年10月9日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)CSS (11,318 star) (787 fork)batch import
bughelp wanted

描述

Using Spectre CSS, if you use a dropdown (.form-select) in desktop Safari MacOS, the browser will crash every time you try to open the drop down.

Here is a reproducible link, open in desktop Safari: https://jsfiddle.net/4L9zvcgr/

After hours of debugging I narrowed the issue down to the use of -apple-system, system-ui in the body font-family. Remove those 2 and it will open fine.

Here is a link without those 2 body font-family rules, which does not crash: https://jsfiddle.net/zchmf2qd/1/

貢獻者指南

Use of body font-family crashes desktop Safari dropdowns · picturepan2/spectre#613 | Good First Issue