Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weird glitch when pasting seed in textbox #48

Open
therealssj opened this issue Mar 25, 2018 · 5 comments
Open

weird glitch when pasting seed in textbox #48

therealssj opened this issue Mar 25, 2018 · 5 comments
Labels

Comments

@therealssj
Copy link
Contributor

therealssj commented Mar 25, 2018

whenever I paste my seed in the textbox to load it the textbox does a weird movement.
Machine: macOS 10.12.6 (16G29)
Browser: Google Chome 65.0.3325.162 (Official Build) (64-bit)
skywebwallet

@Senyoret1
Copy link
Collaborator

Apparently, the problem may be due to an extension installed in the browser (green circle that appears in the gif). However, it would still be good to have an additional verification.

@AndreiIarovoi
Copy link
Contributor

We could not reproduce it on High Sierra and Google Chrome 65. Could you, please, clarify whether the issue persists?

@gz-c
Copy link
Member

gz-c commented May 15, 2018

I think we can close if we can't reproduce it.

@therealssj if you can identify which extension may be causing this, we could see if we could prevent the interference

@AndreiIarovoi
Copy link
Contributor

AndreiIarovoi commented May 15, 2018

I guess the problem with green circle is not related to any extension. I managed to reproduce the "green circle" while working on merging "Create" and "Load" wallet component (issue #98).
"green circle" appears with adding seedMatchValidator for seed/confirm seed inputs:

{ validator: this.data.create ? this.seedMatchValidator.bind(this) : null }
);
if (this.data.create) {
this.generateSeed();
}
}
private seedMatchValidator(formGroup: FormGroup) {
return formGroup.get('seed').value === formGroup.get('confirm_seed').value
? null : { mismatch: true };
}
}

@Senyoret1
Copy link
Collaborator

The green circle looks like the one in the wallet, but it is not the same. In addition, @therealssj mentioned in Telegram that it is an extension. However, the fact that the green circle is the one generating the problem is very likely, but not 100% sure.

@hordiienko hordiienko added the bug label Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants