DDMAL / diva.js

:books: IIIF-compatible document image viewer
http://ddmal.github.io/diva.js
Other
252 stars 40 forks source link

Arrow keys scroll all diva instances on page at the same time #210

Closed ahwitz closed 10 years ago

ahwitz commented 10 years ago

Found in current project: the arrow key "nudge" listeners will scroll all diva panes the same amount at the same time regardless of which had focus most recently. There's no way to dictate which one I'm intending to scroll.

ahwitz commented 10 years ago

Fixed by adding multipleDivaController class that listens for clicks and marks the nearest related diva pane as being active; active in this case means "actively listening to DOM events."