MobileSheets Forums

Full Version: Copy and Paste of backup file omits the title field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Mike,

Copying and pasting the grid from View/Extract Backup omits the values in the Title field. All the other fields appear to be treated correctly.

Steps to reproduce:
  • File | View/Extract Backup
  • Select a backup file
  • Click on the first line of the display grid
  • Type control-A and control-C to copy the contents of the whole grid
  • Go to another application (e.g. a text editor or spreadsheet)
  • Type control-V to insert the copied data

All the title fields only contain two quotation marks with nothing between them despite all the songs having titles and these being displayed in the on-screen grid.

OS: Kubuntu Linux with Companion Flatpak app version 4.1.10.

[attachment=4222]

Thanks,


Chris.
I'm not sure how easy that will be to address, as that's behavior built into the Avalonia grid component. I'm certainly not handling the copy in my own code. The title column is a custom type of cell though, so it's possible that interferes with the copy logic in their component. I'll have to see if there is anything I can override to fix that.

Mike