Skip to content

Clipboard data different for multiple cell selection #2774

Open
@mtrezza

Description

@mtrezza

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions