SuperNETorg / Iguana-application

This repository is no longer maintained
7 stars 4 forks source link

"Passphrase is copied..." wrong message popup #51

Closed imboogieman closed 7 years ago

imboogieman commented 7 years ago

Wrong: Given I see a generate passphrase When I highlight any symbol or I click on the card with the passphrase Then I see a message "Passphrase copied to clipboard "and all of the words for the passphrase""

passphrase is copied wrong message popup

Right: No message for any action upon passphrase words. Probably mixed with address copy feature.

receiving_coins_01_2_web 1

ed888 commented 7 years ago

@imboogieman Done, please check

imboogieman commented 7 years ago

@ed888 Remains.

Wrong: ... When I select the passphrase with the cursor Or I click on the passphrase form Then I see the message "Passphrase copied to clipboard" And the value is saved to clipboard And I can not call out an OS dialogue windows to apply "Copy" function (Ctrl+C is not working too I believe)

Right: ... When I select the passphrase with the cursor Then It is highlighted And I can copy it and save to clipboard: by Ctrl+C command by calling out an OS dialogue windows to apply "Copy" function

pbca26 commented 7 years ago

@imboogieman both issues should be fixed. Please verify.

ed888 commented 7 years ago

@imboogieman I tested this one, seems that @pbca26 fixed it. please check and close this ticket as well

imboogieman commented 7 years ago

@ed888 @pbca26 it remains at my side. I uninstalled Iguana and deleted all the files related from Iguana App and Roaming Folders, and it both the message pops up. pls check.

ed888 commented 7 years ago

@imboogieman I cannot reproduce the issue. @pbca26 May this be because of the gulp ran issue? Am i right?

pbca26 commented 7 years ago

@imboogieman

i uninstalled Iguana

please, name all steps that you've taken after that

imboogieman commented 7 years ago

@pbca26

  1. I deleted the folder IguanaApp
  2. I deleted Iguana related files form C:\Users\User\AppData\Roaming
  3. I downloaded the exe from the repo.
  4. I installed the app.
  5. Changed the files in C:\Users\User\IguanaApp\resources\app\gui\Iguana-GUI for new ones
  6. I opened the app
  7. I press "create"
  8. I clicked on the passphrase generated
imboogieman commented 7 years ago

@pbca26 @ed888 Now running Iguana and open index.html in the browser, and it remains.

passphrase is copied wrong message popup_01