-
Notifications
You must be signed in to change notification settings - Fork 259
Scrolling with touchpad has poor performance #275
Comments
I just installed this for the first time on Mavericks, and I'm seeing this issue as well. (Aside from this bug, I must say, this is a pretty well made app). |
I often use touchpad and it always is so annoying, it freeze a whole application even when I immediately switch to mouse scroll for the first 2-3s I cannot do anything. I have no idea what is the problem here, but first what came to my mind is that scrolling with touchpad generates a hell lot more scroll events fired then mouse scroll. Maybe while scrolling, render is called so many times that it freeze the whole app, but it's just a guess. Hope a helpful one. |
That sounds right. Some debouncing logic thrown in should fix it. |
Thanks for the feedback. I'm using Mavericks too. |
I've noticed that this only happens on my retina MBP. My older, fatter one has no problems. |
This may actually be already fixed just not released yet, I checked out the repo and built with xcode using the instructions in the readme and I have buttery smooth scrolling now. Here's some fairly simple instructions you can follow to do so:
|
Don't work for me @Tape. Look out: |
That's strange @lucascampelo, unfortunately I'm not intimate with the codebase or really OSX development in general, I managed to get it built no problem. Sorry I can't be of assistance here. |
@lucascampelo @bilalq: Could you hop on over to #280 and test the pre-release version and see if performance has improved any? Thanks! |
Hey everyone - I know this is a _really_ old issue, but there's been a ton of fixes/improvements since it was logged. If possible, could you check latest code and see if you're still seeing the issues you're reporting here? You can either build from master, or for convenience I've tagged a release on my fork of everything up to today: https://github.com/chrismou/radiant-player-mac/releases/tag/v1.5.0-20151213 Thanks! |
I have a MacBook Pro and when I try to scroll the page inside Radiant Player with touchpad, the scrollbar is freezing.
I guess the problem is related with "smooth scrolling" of mac os.
I tested scrolling with mouse and works normally, but with touchpad don't works fine.
The text was updated successfully, but these errors were encountered: