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

ALT-TAB Problem #304

Closed
1mgtheboss opened this issue Jun 30, 2013 · 3 comments
Closed

ALT-TAB Problem #304

1mgtheboss opened this issue Jun 30, 2013 · 3 comments

Comments

@1mgtheboss
Copy link

I want to share this observation:
When I go to a separate window from Chrome which has an impress.js presentation
open and then come back to Chrome using ALT-TAB, it automatically goes to the
next slide.

I know that when showing a presentation naturally we don't go to other windows but,
there is no such restriction. So I think this is an unwanted side effect and should
be fixed.

Please share your opinions.

@adankevich
Copy link

I just comment out correspondent line in key up event handler in impress.js.
(In my case it's line #712).

        document.addEventListener("keyup", function ( event ) {
                  .....
                    //case 9:  // tab
                  .....
        }, false);

@jenil
Copy link
Contributor

jenil commented Jun 30, 2013

Similar issues here #127 & #238

Have a look.

@bartaz
Copy link
Member

bartaz commented Jul 1, 2013

Yes, it's a known issue caused by the fact that tab key is also used to move between slides (and Chrome sends Alt+TAB to browser with it is alt+tabbed - which is quite weird I'd say, it should be 'swallowed' by OS in my opinion).

Anyway, there is a known workaround for that and there are other issues describing it, so I'll close it as a duplicate.

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

4 participants