filestack-js icon indicating copy to clipboard operation
filestack-js copied to clipboard

Pasting Excel Spreadsheet Cell into any HTML input triggers Filestack upload (only since version 3.24.0)

Open chriscain opened this issue 4 years ago • 1 comments

We're currently pinned to 3.x.x, and since the release of 3.24.0, when copying and pasting an excel spreadsheet cell into a textfield (after calling filestack.init(...)) an upload will be triggered. Explicitly pinning to 3.23.2 fixes this issue.

Expected Behavior

Regular old paste, should not trigger an upload

Current Behavior

Copying an excel spreadsheet cell and pasting it into an input triggers an upload

Possible Solution

As mentioned above, rolling back to version 3.23.2 fixes this issue. Couldn't find anything in the release diff to indicate where the bug is coming from, however!

Steps to Reproduce (for bugs)

image

  1. Copy spreadsheet cell
  2. Ensure filepicker is initialized on page
  3. Paste into regular text input

Your Environment

  • Version used: 3.x.x (3.24.0 I believe?)
  • Browser Name and version: Chrome 91
  • Operating System and version (desktop or mobile): Mac

chriscain avatar Jul 22 '21 02:07 chriscain

We are currently investigating that case

sebastian-wec avatar Jul 23 '21 11:07 sebastian-wec