[Webkit-unassigned] [Bug 244154] REGRESSION (STP): Page on plannedparenthood.org flashes continuously, repainting with a different font width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 29 22:06:27 PDT 2022


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=243123

--- Comment #7 from Karl Dubost <karlcow at apple.com> ---


<link 
  rel="preload" 
  as="style" 
  href="https://fast.fonts.net/cssapi/cb6b236d-f129-416d-8196-4f29ffe0c887.css" />

<script 
  src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" 
  data-cf-settings="c8446d81fabb38acc0204716-|49"></script>

<link 
  rel="stylesheet" 
  href="https://fast.fonts.net/cssapi/cb6b236d-f129-416d-8196-4f29ffe0c887.css" 
  media="print" 
  onload="this.media='all'"/>

<noscript>
  <link 
    rel="stylesheet" 
    href="https://fast.fonts.net/cssapi/cb6b236d-f129-416d-8196-4f29ffe0c887.css">
</noscript>


And 1.css is being constantly reloaded on mouse move.

which is the first line of https://fast.fonts.net/cssapi/cb6b236d-f129-416d-8196-4f29ffe0c887.css

with: 

@import url(/t/1.css?apiType=css&projectid=cb6b236d-f129-416d-8196-4f29ffe0c887);


ok

The issue seems to stop when I remove 

```
  onload="this.media='all'"/>
```

with a local override, but is it really the source. Yes it is. If add again the attribute in the local override It will recreate the issue. 


OK we may have now the source of the issue. 

What the code is telling us about this?


That could be similar to Bug 243123

-- 
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/20220830/99022094/attachment.htm>


More information about the webkit-unassigned mailing list