[Webkit-unassigned] [Bug 198373] P5.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 31 12:54:55 PDT 2019


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
Thank you for the report! Would you be willing to isolate the issue further? At this point, it's unclear if this is a WebKit issue, a p5.js one, or a website one.

> 1 ) the star field I use for the loading screen  get stuck everytime I get a callback of a loaded file

This sounds like expected behavior. Handling a callback on main thread blocks it, so there is nothing to drive the animation. Perhaps the concern is that it's blocked for too long? You can use Web Inspector timeline to see what's happening.

2 ) the onFocus isn't detected properly

What is the symptom of this? Can you replicate with a small test case?

-- 
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/20190531/0a295e16/attachment-0001.html>


More information about the webkit-unassigned mailing list