SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

cellexternalcopymanager causes auto scrolling to the top when copying to clipboard

Open SabreWolf opened this issue 7 years ago • 2 comments

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.

  1. Navigate to this example http://6pac.github.io/SlickGrid/examples/example-excel-compatible-spreadsheet.html
  2. Reduce the height of your browser window so that when the browser is scrolled to the bottom, only the second table is showing
  3. Activate one of the cells in the second grid and press CTRL+C

You should see the browser auto-scroll to the top.

SabreWolf avatar Sep 12 '18 22:09 SabreWolf

I cannot repro this in chrome. What browser are you using?

6pac avatar Dec 06 '18 23:12 6pac

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.

SabreWolf avatar Dec 11 '18 23:12 SabreWolf

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

ghiscoding avatar May 15 '23 14:05 ghiscoding