Hello, is there way to scroll popup content without using the mouse?
Here’s an example for a popup that requires scrolling:
I’d like to be able to scroll such popups using the keyboard.
Hints for custom plugin implementation are welcome. Such as:
- How to “focus” the popup, to be able to interact it via keyboard
- How to get the popup “view” object, which in turn provides scrolling capability
If such feature is not possible, I’d be happy to see it implemented.
Thank you!