photools.com Community

IMatch Bug Reports and Feature Requests => Bug Reports => Solved Bug Reports (for next version) => Topic started by: cg on March 05, 2025, 06:40:17 PM

Title: Metadata panel copy and paste no longer respects selected fields?
Post by: cg on March 05, 2025, 06:40:17 PM
It seems as though in the latest 2025.1.14, the metadata copy and paste does not respect the checkboxes selecting which metadata fields to copy. I'm referring to the the ckboxes that appear with the orange clipboard icon at the top of the metadata panel. The function works as expected when clicking on the copy/paste icons, but the ctrl-C and ctrl-V shortcuts always copy ALL metadata fields.

Since this (very handy) feature was introduced (in one of the 2023 versions I think?), it's become an integral part of my workflow, and this behavior is easily reproducible for me. Happy to send a debug log file if that would be a help.

Thanks!
Title: Re: Metadata panel copy and paste no longer respects selected fields?
Post by: Jingo on March 05, 2025, 06:55:36 PM
I just checked (since I was in the metadata panel doing some copy/paste testing myself) and it seems to be working for me.

1 - Select AI Tags panel
2 - Click the Copy Icon
3 - Check off AI Description checkbox
4 - Hit the Copy Button
5 - Paste into Notepad++

Title: Re: Metadata panel copy and paste no longer respects selected fields?
Post by: cg on March 05, 2025, 07:08:17 PM
Hi, Jingo.

It does work when clicking the icons, but I use the ctrl-C/ctrl-V keyboard shortcuts, and those shortcuts are what do not seem to work any more.
Title: Re: Metadata panel copy and paste no longer respects selected fields?
Post by: Jingo on March 05, 2025, 07:18:29 PM
When I CLICK into a field into the metadata panel (the name or the value), Ctrl+C (or Alt+Ctrl+C) opens up the checkbox copy panel just like hitting the copy button. Are you sure you have activated the Metadata panel / field selection before hitting Ctrl+C?
Title: Re: Metadata panel copy and paste no longer respects selected fields?
Post by: cg on March 05, 2025, 08:04:10 PM
Strange, pasting to Notepad like you're doing seems to respect the selected categories (as expected). 

However, I'm pasting between files. When I use ^V to paste into the metadata fields of another file, it pastes ALL fields (different from 2023 behavior). The same clipboard contents paste correctly into Notepad.

Title: Re: Metadata panel copy and paste no longer respects selected fields?
Post by: Mario on March 06, 2025, 10:12:08 AM
I could reproduce this when Ctrl+C is used to copy (instead of clicking the button).
The MD panel did not "see" that the user is holding down Ctrl anymore, copying all items instead of only the selected items.
Ctrl+C should copy the last selection (if there is one), else open the copy panel. Same functionality as Ctrl+clicking the Copy button in the toolbar: copy last selection, if there is none, open the copy panel.

I have fixed this for the next release.
Title: Re: Metadata panel copy and paste no longer respects selected fields?
Post by: Jingo on March 06, 2025, 01:40:18 PM
Ahh.. I wasn't testing it to a new file... :-)  Just to notepad as you mentioned.  Glad Mario was able to fix that!
Title: Re: Metadata panel copy and paste no longer respects selected fields?
Post by: cg on March 06, 2025, 05:54:03 PM
Thanks, Mario!