Skip to content

Clipboard data different for multiple cell selection #2774

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
4 tasks done
mtrezza opened this issue Apr 28, 2025 · 1 comment
Open
4 tasks done

Clipboard data different for multiple cell selection #2774

mtrezza opened this issue Apr 28, 2025 · 1 comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@mtrezza
Copy link
Member

mtrezza commented Apr 28, 2025

New Issue Checklist

Issue Description

When selecting a cell in the data browser individually and copy/pasting it to an external program, the pasted data is different than when selecting multiple cells and pasting them.

Steps to reproduce

  1. Create class with fields of type GeoPoint and Date.
  2. Copy/paste each of the 2 fields individually into a Google Sheets cell; the pasted values are:
    • Geopoint: (12.34, 56.78)
    • Date: 28 Apr 2025 at 12:34:56 UTC
  3. Select the two fields in the data browser and copy/paste them together into a Google Sheets doc (use "Paste only values", otherwise the data will be pasted into a single cell); the pasted values are:
    • Geopoint: [object Object]
    • Date: Mon Apr 28 2025 13:34:56 GMT+0100 (Timezone Name)

Expected Outcome

Pasting multiple cells should yield the same values as posting them individually.

Environment

Dashboard

  • Parse Dashboard version: 7.1.0-alpha.9
Copy link

parse-github-assistant bot commented Apr 28, 2025

🚀 Thanks for opening this issue!

ℹ️ You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:bug Impaired feature or lacking behavior that is likely assumed label Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

No branches or pull requests

1 participant