Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and Parse Dashboard.
Issue Description
An attempt of opening context menu on Number
type of cell results in cell selected but menu not open.
Steps to reproduce
- Open browser, find a column with
Number
data type; - Right click on a non-empty cell in this column.
Actual Outcome
Cell gets selected but context menu is not appearing. Following is logged in the browser console:
Uncaught TypeError: t.copyableValue.substr is not a function
at dashboard.bundle.js:2
Expected Outcome
Cell should became selected, context menu should open.
Dashboard
- Parse Dashboard version:
3.2.1
- Browser (Safari, Chrome, Firefox, Edge, etc.):
any
- Browser version:
any
Server
- Parse Server version:
any
- Operating system:
any
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
any
Database
- System (MongoDB or Postgres):
any
- Database version:
any
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc):
any
Logs
none