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

Divs focus, scroll vith keyboard #1039

Open
uzsolt opened this issue Mar 19, 2023 · 1 comment
Open

Divs focus, scroll vith keyboard #1039

uzsolt opened this issue Mar 19, 2023 · 1 comment

Comments

@uzsolt
Copy link

uzsolt commented Mar 19, 2023

Current Behavior:
Open a web page which has more than one scrollable divs. If I click inside this div, it seems doesn't focused and the scroll keys (up and down arrow, page up/down) doesn't scroll its content, but the "main" content will scroll.

Desired Behavior:
Scroll the content of focused div.

How can we reproduce it (step by step):

  1. Open https://docs.freebsd.org/en/books/porters-handbook/book/
  2. Click inside "Table of Contents" and try scroll with keys.
    The Roundcube and O365 webmail clients don't work too.

Environment:

Linux Distribution & Version: FreeBSD 13.1-RELEASE-p7
Output of luakit --version:
luakit
built with webkit 2.34.6 (installed version: 2.34.6)

The luakit is the luakit-devel port (2.3.1.6,2)

Note about webkit issues:
It works in epiphany as expected.

@taobert
Copy link
Contributor

taobert commented Apr 7, 2023

Yes. This is touched on in #970 and #826.
You can enter passthrough mode (^Z) and the arrow keys will scroll (because webkitgtk understands those),
but while in passthrough luakit binds (j,k) wont work.

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

No branches or pull requests

2 participants