Open
Bug 1147137
Opened 11 years ago
Updated 3 years ago
Cannot use numeric `0` for an id in TreeWidget
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: jsantell, Unassigned)
Details
Suspect this is because there are many checks for an id via type coercion, like `obj.id || obj.label`. This make it fail when you're using an iterator for ids, unless casting to a string first.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•