Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
169 stars 124 forks source link

On Mac copying raw transaction bytes in 'Raw transactions' uses ctrl-C, not command-C #806

Open jim618 opened 8 years ago

jim618 commented 8 years ago

If you try to copy the raw transaction bytes in the 'Raw transaction' screen in the Transaction details wizard you need to use control-C on a Mac. It should be command-C.

gary-rowe commented 8 years ago

I can't replicate this here. When I do it, CMD+A/C/V work as expected, and CTRL+C/V does not (CTRL+A selects all). Could this be a temporary blip caused by a local alteration to the start up sequence?

See #701 for more background on the most recent fix for this and details on the start up sequence.

Voting to close.

jim618 commented 8 years ago

Here is what I have done in detail to replicate it.

  1. Start up MBHD and open up a wallet.
  2. In Payments screen double click on tx.
  3. Navigate to 'Transaction details' screen.
  4. In Raw transaction field select hex of transaction.
  5. Press CMD+C
  6. Open text file (TextEdit) and press CMD+V. I see the previous contexts of my paste buffer, not the hex.
  7. In MBHD, hex still selected, press CTRL+C
  8. In text file editor, press CMD+V. I see the hex pasted.
jim618 commented 8 years ago

This also affects the Tools | 'Verify KeepKey' screen results.