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

[Bug]: cmd+click in js object should also affect the scroll #33420

Open
1 task done
rohan-arthur opened this issue May 14, 2024 · 0 comments
Open
1 task done

[Bug]: cmd+click in js object should also affect the scroll #33420

rohan-arthur opened this issue May 14, 2024 · 0 comments
Assignees
Labels
Bug Something isn't working IDE Navigation Issues/feature requests related to IDE navigation, and context switching Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage New Developers Pod Issues that new developers face while exploring the IDE Production

Comments

@rohan-arthur
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Description

when I navigate to another js function in the js editor, the cursor navigation happens, but the scroll is inadequate: it doesn't account for the debugger. you will see how this plays out in the attached video.

Screen.Recording.2024-05-14.at.12.53.40.mov

Steps To Reproduce

  1. have a long js object, such that you have to scroll several times to reach top to bottom
  2. ensure that there are multiple functions within this
  3. from one function, say func1, call another function func2, something like this.func2()
  4. make sure that func1 is defined somewhere at the top of the object and func2 somewhere towards the bottom
  5. now keep the response tab open and cmd+click on the function call. See that the scroll is inadequate, even though the cursor navigation happens properly.

Public Sample App

No response

Environment

Production

Severity

Medium (Frustrating UX)

Issue video log

No response

Version

Cloud

@rohan-arthur rohan-arthur added Bug Something isn't working Low An issue that is neither critical nor breaks a user flow Production Needs Triaging Needs attention from maintainers to triage IDE Navigation Issues/feature requests related to IDE navigation, and context switching labels May 14, 2024
@Nikhil-Nandagopal Nikhil-Nandagopal added the Medium Issues that frustrate users due to poor UX label May 14, 2024
@github-actions github-actions bot added the New Developers Pod Issues that new developers face while exploring the IDE label May 14, 2024
@rohan-arthur rohan-arthur removed the Low An issue that is neither critical nor breaks a user flow label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working IDE Navigation Issues/feature requests related to IDE navigation, and context switching Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage New Developers Pod Issues that new developers face while exploring the IDE Production
Projects
None yet
Development

No branches or pull requests

4 participants