X Tutup
The Wayback Machine - https://web.archive.org/web/20210204132407/https://github.com/firefox-devtools/debugger/issues/8198
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Add log' and 'Edit log' on breakpoint in sidebar should scroll line into view #8198

Open
Archaeopteryx opened this issue Apr 22, 2019 · 1 comment · May be fixed by #8199
Open

'Add log' and 'Edit log' on breakpoint in sidebar should scroll line into view #8198

Archaeopteryx opened this issue Apr 22, 2019 · 1 comment · May be fixed by #8199

Comments

@Archaeopteryx
Copy link
Contributor

@Archaeopteryx Archaeopteryx commented Apr 22, 2019

'Add log' and 'Edit log' on a breakpoint in the breakpoint sidebar should scroll the line and text field into view.

Steps to reproduce:

  1. Open https://freshman.tech/calculator/
  2. Open the debugger.
  3. In the left sidebar, open https://jsfiddle.net/js/embed/embed.js
  4. Go to line 25, set a breakpoint.
  5. Scroll to the top.
  6. Check that line 25 is not shown.
  7. In the right sidebar, right-click the breakpoint.
  8. Choose 'Add log'.

Actual result: Seems like nothing happened, but the text field for adding the log point is open further down at line 25.
Doing the opposite (having a log point, calling 'Add condition' for a breakpoint) scrolls the line into view.

@janodvarko
Copy link
Member

@janodvarko janodvarko commented Aug 24, 2020

@Archaeopteryx I can't find https://jsfiddle.net/js/embed/embed.js In the left sidebar
Can you please provide new instructions?

Honza

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

3 participants
X Tutup