Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Inspect scopes in document fragments #104

Closed
caitp opened this issue Mar 12, 2014 · 0 comments
Closed

Inspect scopes in document fragments #104

caitp opened this issue Mar 12, 2014 · 0 comments

Comments

@caitp
Copy link
Contributor

caitp commented Mar 12, 2014

Unfortunately, Batarang currently doesn't want to look at scopes which belong to elements under a document fragment, such as a Shadow DOM (or polyfilled Shadow DOM).

This is kind of irritating because it makes debugging angular+web components applications harder. I'll look at putting together a fix for this (because technically the document fragment should be a child node of a given node), but that might take a few days. It would be nice to make this work

caitp added a commit to caitp/angularjs-batarang that referenced this issue Mar 15, 2014
…Fragments

Sort of related to angular/angular.js#6637 --- Currently,
jqLite#inheritedData() will not find data if it needs to cross through document fragment
barriers, such as the Shadow DOM barrier. This patch allows batarang to figure this out.

In addition, it provides some tests for the angularjs properties sidebar of the element
panel, which were missing previously.

Closes angular#104
@caitp caitp closed this as completed in ead15c2 Jul 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant