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

WebScrollPane smooth scrolling #610

Open
husker-dev opened this issue Mar 9, 2020 · 2 comments
Open

WebScrollPane smooth scrolling #610

husker-dev opened this issue Mar 9, 2020 · 2 comments
Assignees

Comments

@husker-dev
Copy link

husker-dev commented Mar 9, 2020

It would be nice if there was the possibility of smooth scrolling, as is done in Google Chrome or in Intelij IDEA. So the information will not instantly change its location, and will move smoothly.

@husker-dev
Copy link
Author

I tried to do this with only DefaultBoundedRangeModel, but this is not enough for a good result. I have to edit many WebLaF and native swing classes.

@mgarin mgarin self-assigned this Mar 9, 2020
@mgarin mgarin added this to the v1.5.0 milestone Mar 9, 2020
@mgarin
Copy link
Owner

mgarin commented Mar 9, 2020

I'll put this for v1.5.0 for now, but not sure if I'll get to it by then or not, there are still quite a few more important things to be done.

Generally - yes, it needs to be done in the UI implementation, but I don't have a fully custom UI for the JScrollPane yet (#476), so that will be the first thing to do before smooth scrolling can be implemented.

@mgarin mgarin removed this from the v1.5.0 milestone Apr 23, 2020
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

2 participants