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

moveTo "reactivates" the bounce effect #3848

Closed
moritzmhmk opened this issue Sep 20, 2015 · 2 comments
Closed

moveTo "reactivates" the bounce effect #3848

moritzmhmk opened this issue Sep 20, 2015 · 2 comments
Labels

Comments

@moritzmhmk
Copy link

The bounce effect when scrolling on OS X can be deactivated with this css trick.

This works fine until the window is moved with gui.Window.get().moveTo(x,y) - now the bounce effect is suddenly back and the only workaround I found for this is calling gui.Window.get().resizeBy(0, 1) and optionally gui.Window.get().resizeBy(0, -1).

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Christywl
Copy link
Contributor

Is this issue still reproduced on the latest nwjs build? If so, could you please provide a sample and steps to reproduce it?

@Christywl
Copy link
Contributor

close until there is more information.

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

No branches or pull requests

2 participants