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

Keep Firefox window from scrolling right in presentations #139

Closed

Conversation

theurere
Copy link
Contributor

@theurere theurere commented Nov 6, 2014

Fix FS#1934: Presentation mode - right arrow key scrolls window with presentations slides in Firefox on Mac.

@deathwish
Copy link
Contributor

LGTM, 👍 to merge.

.mainPresentation #presentation {
display: block;
.mainPresentation {
position: fixed;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure this is a good idea. Please explain why exactly this is required and why the mainPresentation needs to be fixed to prevent something from scrolling in Firefox?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Firefox the window scrolls right when paging the presentation with the right key. It slides the window over to reveal the hidden buddyList along with triggering a page right. This fixes the window so the window cannot scroll right.

@theurere
Copy link
Contributor Author

Closing to base off develop. See new PR #153.

@theurere theurere closed this Nov 19, 2014
@theurere theurere deleted the ff-presentation-right-key branch November 19, 2014 13:20
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

Successfully merging this pull request may close these issues.

3 participants