Closed
Bug 985109
Opened 11 years ago
Closed 6 years ago
Properly handle multiple canvas elements on a page in the Canvas Debugger
Categories
(DevTools Graveyard :: Canvas Debugger, defect, P3)
DevTools Graveyard
Canvas Debugger
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: vporof, Unassigned)
References
Details
No description provided.
Reporter | ||
Comment 1•11 years ago
|
||
Multiple canvases are not (fully) supported yet. The HTMLCanvasElement prototype methods are instrumented, but recording an animation frame works only on once canvas element at a time. Definitely fixable in a followup, and we should get some nice UI for choosing which canvas to work on.
Comment 2•10 years ago
|
||
Damn, you beat me to this. I was just going to file this. CC:ing myself instead :-P
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 5•6 years ago
|
||
The code behind DevTools:Canvas Debugger has gone away. Closing this bug as INVALID
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•