[Webkit-unassigned] [Bug 179346] Web Inspector: Canvas Tab: canvas card selection not restored on page reload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 6 16:06:38 PST 2017


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

Devin Rousso <webkit at devinrousso.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at devinrousso.com

--- Comment #2 from Devin Rousso <webkit at devinrousso.com> ---
Do we have a reliable method of "identifying" canvas contexts?  As an example, <http://acko.net> uses additional canvases for feature detection.  These canvases are sometimes GC'd before I can see them in the UI (leaving 1 canvas showing).  If I select this canvas and refresh, and on the next load the other canvases are not GC'd as fast, which canvas should be selected?  Should it be by index (meaning the first canvas is selected, regardless of what it is), or should we go by DOM path (but then what about double/triple buffer canvases)?  I agree that we should have some selection restoration, but I am not sure how to go about it for some of these edge cases.  Admittedly, most pages do only have 1 or 2 canvases ¯\_(ツ)_/¯

-- 
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/20171107/78fcb525/attachment.html>


More information about the webkit-unassigned mailing list