[Webkit-unassigned] [Bug 194687] Web Inspector: Canvas: recordings with a single frame sometimes missing TreeElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 18:29:11 PST 2019


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

Devin Rousso <drousso at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drousso at apple.com

--- Comment #1 from Devin Rousso <drousso at apple.com> ---
AFAICT, it looks like the issue has to do with `Object.prototype.soon`.  Here's the stream of calls:

1. `appendChild` for "Initial State"
2. `soon` `updateVirtualizedElements` for the recording actions `TreeOutline`
3. the timeout from (2) fires, which actually adds the `TreeElement` from (1) to the DOM
4. `appendChild` for "Frame 1"
5. `soon` `updateVirtualizedElements` for the recording actions `TreeOutline`
 => the timeout from (5) never seems to fire

-- 
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/20190215/650b7f31/attachment.html>


More information about the webkit-unassigned mailing list