question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Editor hover should support PgUp, PgDown, Home and End navigation

See original GitHub issue

This would be nice for Accessibility for those of us using keyboards.

Currently when I use editor.action.showHover my focus is moved the the hover and I can tab around to any anchor tags etc. that are present but when I use: PgUp, PgDown, Home, End and the arrow keys I cannot scroll the infomation provided in the hover.

I’ve tried with and without the setting: editor.accessibilitySupport

I have no clue how javascript works but I suspect it might have something todo with the fact that the content is split into two: .hover-row .markdown-hover elements.

I will continue to fill out this feature request whilst I take a look.

Thanks

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
isidorncommented, Jan 20, 2022

@LiamKearn sorry for the slow response. This sounds like a feature request that we support PgUp, PgDown, Home and End navigation in the Editor Hover. I think it is a fair request.

0reactions
isidorncommented, Nov 29, 2022

fyi @meganrogge it would be cool if we supported keyboard to scroll both for hover and parameter hints (or for all editor content widgets in general).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use keyboard shortcuts in Power Apps - Microsoft Learn
Editor dialog: Inside a dialog, press Tab to navigate to the next dialog element, press Shift+Tab to move to the previous dialog element,...
Read more >
Visual Studio Code Key Bindings
Here you will find the complete list of key bindings for Visual Studio Code and ... up, right, down, pageup, pagedown, end, home;...
Read more >
Accessibility features of Datacap Navigator - IBM
Datacap Navigator includes features that make it more accessible for people with disabilities.
Read more >
Learn these keyboard shortcuts to become a VS Code ninja
If we create more views by splitting the editor, we use ctrl + 2 ( ⌘ + 2 ), ctrl + 3 (...
Read more >
Add pages and report navigation - Looker Studio Help
Left and right arrows, or page up and page down navigate to the next page /previous page. Home and end keys navigate to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found