netbox-community / netbox-floorplan-plugin

NetBox Floorplan plugin
GNU Lesser General Public License v3.0
37 stars 7 forks source link

Improvements for navigating around the floorplan #30

Open brandan-schmitz opened 3 weeks ago

brandan-schmitz commented 3 weeks ago

I think it could be helpful to make some changes to the way you move around the floor plan. Right now if you have your mouse pointer over the floor plan area, either in the designer or when viewing it on a site, and you scroll such as trying to get to the top of the page, you end up zooming in or out instead of scrolling the page as one would expect.

To make it easier to use, I would like to propose the following change.

Zooming in and out should only be done if the user is pressing and holding a key such as the CTRL key. This is a common thing when viewing embedded maps and such in websites. I know that a similar function is already done for being able to move around by pressing and holding the ALT key.