readium / r2-streamer-js

NodeJS Readium2 "streamer"
BSD 3-Clause "New" or "Revised" License
21 stars 10 forks source link

Keyboard tab cycling inside HTML document with focusable hyperlinks results in weird webview host focus steal #10

Closed danielweck closed 6 years ago

danielweck commented 7 years ago

Test with "children's litterature" EPUB, full TOC (accessible from landmarks)

danielweck commented 7 years ago

Tried webview focus event preventDefault, stopPropagation (on delegate listener) and tabindex removal => webview still receives focus, including the out-of-view one! (prerender adjacent spine item)

danielweck commented 6 years ago

Moved here: https://github.com/edrlab/r2-navigator-js/issues/3