Forum Discussion
liaozichao
May 28, 2023Copper Contributor
Empty fontFamily of a div causes browser crash with STATUS_BREAKPOINT.
Problem Description: If a div is created in HTML and its fontFamily is set to an empty string, the browser crashes when rendering this div. We have internally tested and found that this browser iss...
liaozichao
May 29, 2023Copper Contributor
The problem seems to be the garbled characters in the content of the <div id="testFont"></div> tag. I tried changing the content to input a space directly or use , and both worked without issues.