Closed
Bug 1125817
Opened 10 years ago
Closed 10 years ago
Disconnecting a node immediately after creating it fails
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 38
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(2 files)
97 bytes,
text/html
|
Details | |
7.10 KB,
patch
|
vporof
:
review+
|
Details | Diff | Splinter Review |
Due to creation of the node on the client is async, and disconnecting is sync (once on the client), disconnecting a node fails as the node does not yet exist since the creation method is not yet finished.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jsantell
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
This nasty bug discovered via: http://mikedotalmond.github.io/web-audio/
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1311a05acbef
Attachment #8554538 -
Flags: review?(vporof)
Updated•10 years ago
|
Attachment #8554538 -
Flags: review?(vporof) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 2•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 38
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
•