-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
STR:
- Load any page e.g. https://getfirebug.com/tests/manual/console/joes-original/test.html
- Open the toolbox and select the DOM panel
- Click to expand a tree item (e.g. frame), it isn't expanded -> BUG
This is because repObject property is not set to the target row.
Here is where Domplate generates string for eval
https://github.com/firebug/firebug.next/blob/master/lib/core/domplate.js#L526
Here is where it's not set:
https://github.com/firebug/firebug.next/blob/master/lib/dom/domTree.js#L140
@simonlindholm: this might be related to global scope/eval/wrappers, do you have any tips? Also sounds like related to issue #14
Honza