Soc Sieng
Soc Sieng
Convert JSON documents to other formats like: - `yaml` - `cson` (coffeescript object notation) - `xml`
**Describe the bug** A clear and concise description of what the bug is. Overlay isn't properly positioned for https://form-troubleshooter-forms.web.app/login/login-nested.html  Probably related to https://github.com/GoogleChromeLabs/form-troubleshooter/commit/c49d4d16c57ba9cf30e845dde862a9c67183ec4f
Related to https://github.com/GoogleChromeLabs/form-troubleshooter/issues/63, https://github.com/GoogleChromeLabs/form-troubleshooter/issues/108 Should forms and pages that are built with JavaScript frameworks that do things like inject HTML attributes into the DOM (example: Angular and `_ngcontent-*` attributes) fail...
This is particularly noisy for forms built with Angular: 
Example: https://payments-angular-store.web.app/list/mens_outerwear/Men%2Bs%2BTech%2BShell%2BFull-Zip  The problem in this case is that the id being referred to here (e.g. `mat-select-8`) is a `mat-select` custom element. Question: How should non standard form inputs...
The Form troubleshooter doesn't work on the [Chrome Web Store developer console](https://chrome.google.com/webstore/devconsole/). The popup stays stuck on: 
As a developer, I want to be able to move and reposition the popup window So that I can identify and highlight fields that may be obscured by the popup...