Skip to content

Devtools inspect element is a little off #48410

@technbuzz

Description

@technbuzz

Is this a bug report or a feature request?

  • Bug Report
  • Feature Request

Please provide the steps to reproduce the issue [Bug Report only]

  1. ng new
  2. ng add @angular/material
  3. ng generate @angular/material:navigation main-nav
  4. ng generate @angular/material:address-form basic-form
  5. Clean the app.component.html and replace it with `
  6. add following code to app-basic-form
    <!-- Add Content Here -->
    <app-basic-form></app-basic-form>

We need to add enough element so that dev-tools components section oveflows
7. Inspect the Submit button.

Please provide the expected behavior vs the actual behavior you encountered [Bug Report only]

When ever we inspect the Components should properly scrolls to the inspected element.

Please provide a screenshot if possible [Bug Report only]

image
image

Please provide the exception or error you saw [Bug Report only]

No response

Is this a browser-specific issue? If so, please specify the device, browser, and version. [Bug Report only]

I only tested it on Microsoft Edge.

Description [Feature Request only]

No response

Proposed solution [Feature Request only]

No response

Alternatives considered [Feature Request only]

No response

Metadata

Metadata

Labels

P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: devtoolsbug

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions