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

Photoshop-like viewport scrolling #20

Closed
ktsn opened this issue Apr 4, 2018 · 0 comments · Fixed by #24
Closed

Photoshop-like viewport scrolling #20

ktsn opened this issue Apr 4, 2018 · 0 comments · Fixed by #24

Comments

@ktsn
Copy link
Owner

ktsn commented Apr 4, 2018

I'm working on resizable (#19) and zoomable viewport. But I just noticed it is probably needed to implement photoshop-like scrolling UI as well. The normal browser scroller (overflow: auto;) well works on normal documents but does not seems to work on this kind of tool.

For example, if I want to resize the viewport to much large size, it will be immediately blocked because the scroll is limited. I expect the renderer allows to scroll for much large size than viewport size so that I easily resize the viewport more larger.

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

Successfully merging a pull request may close this issue.

1 participant