cellexternalcopymanager causes auto scrolling to the top when copying to clipboard
Due to the limitations in browsers not being able to copy directly to the clipboard, the external copy manager uses a workaround which causes unusual scrolling events on copy.
Here are the steps to reproduce the issue.
- Navigate to this example http://6pac.github.io/SlickGrid/examples/example-excel-compatible-spreadsheet.html
- Reduce the height of your browser window so that when the browser is scrolled to the bottom, only the second table is showing
- Activate one of the cells in the second grid and press CTRL+C
You should see the browser auto-scroll to the top.
I cannot repro this in chrome. What browser are you using?
I have managed to reproduce this issue in firefox (version 63 and 64) and I think a slightly old version of Internet Explorer (unable to verify at the moment). I can confirm that Chrome and Edge to not manifest this issue.
this is a rather old issue and I cannot replicate the issue when trying the example in Firefox v113 so it's probably safe to close