scroll & zoom(canvas) of project preview (popup) doesn't seem right
See original GitHub issueDescribe the bug
Under My Circuits when you click view
- The popup is scrolls along the page
- Secondly when you use a mouse-pad (2 finger scrolling), it scrolls as well as zooms the canvas
- Bug in Firefox browser , not in chrome.
To Reproduce Steps to reproduce the behavior:
- Log in with admin credentials
- Go to My Circuits under User drop-down
- Click on view on the saved project for the popup to appear
- Scroll in a mouse-pad while the mouse pointer is inside the canvas.
- See error
Expected behavior
- The popup should remain fixed
- 2 finger scrolling in a mouse-pad shouldn’t zoom & scroll the canvas at the same time (pinch to zoom available in most mouse-pads)
Screenshots
Desktop (please complete the following information):
- OS: Windows 10
- Browser: Mozilla Firefox
- Version: 73.0.1
Are you working on this issue? (Yes/No) Yes
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Zoom Canvas to Mouse Cursor - javascript - Stack Overflow
I've put up a full working example on my website for you to examine, supporting dragging, click to zoom in, shift-click to out,...
Read more >Zoom and scroll in the Final Cut Pro timeline - Apple Support
Drag the scroll bar at the right side of the timeline up or down. Click the Tools pop-up menu in the top-left corner...
Read more >Prototype scrolling with overflow behavior - Figma Help Center
Select the frame you want to update. Open the Design panel in the right sidebar. Hover over the frame's bounds in the canvas...
Read more >Regain focus on canvas after dialog/popup closes #741 - GitHub
I'm using the mouse wheel to zoom in/out on the content and that doesn't work until I first click the mouse somewhere on...
Read more >How to fix scroll bar in chrome - Edizioni La Grafica
Except for the scrollbar, which is grey on grey - difficult to see at times as you can imagine. css-- yet the scrollbar...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you clarify the issue you were facing (may be include a video) ? The scroll to zoom is a feature of simulator itself, so if you scroll on the iframe it zooms, else when you scroll outside it goes normally to scroll the page/pop up further. (The popup hasn’t been made fixed because it might not be visible completely on smaller devices.)
@satu0king it’s fixed now. Since we have decreased the modal size, so now whole of it is visible in one go and bootstrap doesn’t add an addiional scroll bar when the modal is shown (disabling any scroll).