Closed
Bug 994336
Opened 11 years ago
Closed 7 years ago
Replace D3 in Web Audio Editor
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jsantell, Unassigned)
Details
No description provided.
Reporter | ||
Updated•11 years ago
|
Blocks: webaudioeditorv1
Reporter | ||
Updated•11 years ago
|
Component: Developer Tools → Developer Tools: Web Audio Editor
Reporter | ||
Updated•11 years ago
|
No longer blocks: webaudioeditorv1
Reporter | ||
Updated•11 years ago
|
Blocks: webaudioeditorv1
Reporter | ||
Updated•11 years ago
|
No longer blocks: webaudioeditorv1
Reporter | ||
Comment 1•11 years ago
|
||
Looks like a lot of performance hits are coming from dagre-d3; no doubt from the graph being redrawn at most every 100ms. For performance increases, this number can be increased, but ideally changing from some middleware library instead of dagre-d3 (we can keep d3, as other tools now use it), but something that remembers state of rendered nodes, and repositions them rather than clearing and redrawing
Comment 2•7 years ago
|
||
Mass-closing inactive (2 years+) bugs on unmaintained devtools components.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
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
•