Skip to content

DomTree items are not expandable #15

@janodvarko

Description

@janodvarko

STR:

  1. Load any page e.g. https://getfirebug.com/tests/manual/console/joes-original/test.html
  2. Open the toolbox and select the DOM panel
  3. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions