-
Notifications
You must be signed in to change notification settings - Fork 5
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
Zooming in/out and scrolling down is awkward #41
Comments
I agree that the UX is not great for this page. My first thought was that it would be great if we could enable something similar to how some maps function when they are part of a webpage where it requires Ctrl or Cmd + scroll to actually zoom inside of the frame. |
windmite
added a commit
to windmite/nautobot-app-floor-plan
that referenced
this issue
Jun 18, 2024
I like it! |
Merged
Completed and released in v2.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
For smaller floor plans, it is awkward/non-intuitive to scroll down to view the lower part of the floor plan on the screen
Expected Behavior
I understand the getting the UI right is tough for this type of thing. In general, if my cursor is on the floor plan drawing itself, I expect to zoom in/out if I scroll up/down on the mouse. If my mouse is anywhere else on the page that is not the floor plan rendering, I expect to use the mouse scroll to scroll up or down on the page.
When I am at minimum zoom, I expect to be able to use the mouse's scroll down capability to scroll down to the bottom of the floor plan drawing
When I want to scroll up with the mouse and the floor plan is showing on the page, I expect to be able to scroll up to the top of the page if the mouse itself is not on the floor plan diagram
When I want to zoom in or out on the floor plan diagram, I expect to be able to place my mouse on the diagram and scroll up/down to zoom in/out; otherwise, the page will scroll up or down when I use the mouse scroll.
Observed Behavior
When I attempt to scroll down with the mouse, the page scrolls down until the floor plan becomes about half visible, then the scroll-down function turns into a zoom out function and since I am already at the lowest zoom, the downward scrolling just stops. In order to scroll down to view the lower half of the floor plan, I have to move the mouse to the scroll bar on the right hand side and use the scroll bar
When I attempt to scroll to the top of the page or the floor plan drawing via scrolling up with the mouse, it zooms in on the floor plan diagram, even if my mouse is not on the floor plan drawing itself (the mouse is somewhere on the page that is not allocated to the drawing)
Steps to Reproduce
The text was updated successfully, but these errors were encountered: