IceCubesApp icon indicating copy to clipboard operation
IceCubesApp copied to clipboard

Bug: copy link adds extra text

Open jonathankoren opened this issue 1 year ago • 2 comments

Environment:

iOS 17 Cubes 1.9.11

Description

Pasting the results from a “copy link” adds extraneous text available from the link’s share card, requiring deletion every time.

“Copy link” implies you get a link, suitable to pasting into things that consume links. This novel behavior breaks pasting in unexpected ways.

jonathankoren avatar Dec 06 '23 03:12 jonathankoren

Are you using the copy link of the share sheet or the copy link of the status context menu?

Dimillian avatar Dec 06 '23 05:12 Dimillian

This

image

Is doing that

UIPasteboard.general.string = viewModel.status.reblog?.url ?? viewModel.status.url

So I don't see how there could be anything else than the link

Dimillian avatar Dec 06 '23 05:12 Dimillian