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

Juno should scroll found slides window when navigating with the arrow keys #57

Open
jfenal-zz opened this issue Feb 18, 2013 · 2 comments

Comments

@jfenal-zz
Copy link

Once a search gathering lots of slides, navigating with keyboard only does in the found slides indeed goes through all the slides, but fails to scroll the window to show the current slide.
Only option is to get back to the mouse, scroll down, and continue going through slides with the arrow keys.

Resolution needed: scroll the slides window in order to show the active (highlighted) slide.

@jim-minter
Copy link
Contributor

This works in chrome; unfortunately Firefox doesn't support the scrollIntoViewIfNeeded method. Implementing scrollIntoViewIfNeeded manually in Firefox seems to be fiddly because of the way extjs uses divs.

@tenfourty
Copy link
Contributor

Jim, have you looked into using AngularJS to handle this sort of thing in the view layer - it takes care of all the cross browser crap for you...

BTW a cool Angular resource is here - http://egghead.io/

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

No branches or pull requests

3 participants