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

keyboard navigation does not work in debug console #5493

Open
akosyakov opened this issue Jun 17, 2019 · 4 comments
Open

keyboard navigation does not work in debug console #5493

akosyakov opened this issue Jun 17, 2019 · 4 comments
Labels
bug bugs found in the application debug issues that related to debug functionality help wanted issues meant to be picked up, require help

Comments

@akosyakov
Copy link
Member

akosyakov commented Jun 17, 2019

There is also seem to be a race condition between tree widget rows and selected row. Sometimes a selected row get updated before rows are updated.

@akosyakov akosyakov added bug bugs found in the application debug issues that related to debug functionality labels Jun 17, 2019
@akosyakov akosyakov self-assigned this Jun 17, 2019
@akosyakov akosyakov removed their assignment Aug 9, 2019
@akosyakov akosyakov added the help wanted issues meant to be picked up, require help label Aug 9, 2019
@akosyakov
Copy link
Member Author

I don't have time to have a look, feel free to grab.

@tsmaeder
Copy link
Contributor

@akosyakov I can navigate the rows with the arrow keys no problem. Can you clarify what's wrong, please?

@akosyakov
Copy link
Member Author

To reproduce:

  • put a breakpoint in the last test in uri.spec.ts
  • use Run Mocha Test to run this file
  • scroll down when the breakpoint hits
  • select the last row and try navigate up with the keyboard
  • the viewport should be always updated to reveal the selected row, but it is not

@tsmaeder
Copy link
Contributor

tsmaeder commented Sep 25, 2019

An even simpler scenario:

  1. Add lines to the debug console by just typing into the command prompt to make sure you have some invisible items
  2. select some visible line
  3. Arrow-up until the selection should disappears

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application debug issues that related to debug functionality help wanted issues meant to be picked up, require help
Projects
None yet
Development

No branches or pull requests

2 participants