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

bug: ion-input password-reveal issue #22593

Closed
solitarymx opened this issue Nov 27, 2020 · 3 comments
Closed

bug: ion-input password-reveal issue #22593

solitarymx opened this issue Nov 27, 2020 · 3 comments
Labels
ionitron: needs reproduction a code reproduction is needed from the issue author

Comments

@solitarymx
Copy link

solitarymx commented Nov 27, 2020

Create new ionic/angular project (tabs) and I placed 2 inputs for username and password. I typed my username incomplete and started typing my password.
When I realized this, I left my password halfway and corrected my username. Then I wanted to type my password again, but the "eye" icon does not appear again.

1 - dom = < div pseudo="-ms-reveal" id="passwrod-reveal" style="display: none;">
2 - enter writing password and showing "eye" icon
dom = < div pseudo="-ms-reveal" id="passwrod-reveal">
3 - exit password input, click anywhere or control
div = display:none
4 - again enter password input
div = display:none

Doesn't reappear after first time use.

Screen Record ->
reveal-issue-ionic

html file ->
reveal-issue-code

Bug Report

Ionic version:
[ ] 4.x
[x] 5.x

Ionic info:

Ionic:

   Ionic CLI                     : 6.12.2 (C:\Users\mhy\AppData\Roaming\npm\node_modules\@ionic\cli)
   Ionic Framework               : @ionic/angular 5.5.1
   @angular-devkit/build-angular : 0.1100.2
   @angular-devkit/schematics    : 10.0.8
   @angular/cli                  : 10.0.8
   @ionic/angular-toolkit        : 2.3.3

Capacitor:

   Capacitor CLI   : 2.4.3
   @capacitor/core : 2.4.3

Utility:

   cordova-res : 0.15.2
   native-run  : 1.2.2

System:

   NodeJS : v14.15.0 (C:\Program Files\nodejs\node.exe)
   npm    : 6.14.9
   OS     : Windows 10

#refactor(ion-input) #22593

@ionitron-bot ionitron-bot bot added the triage label Nov 27, 2020
@solitarymx
Copy link
Author

Note: If I completely erase the password entry and start typing again, the "eye" icon appears again. This means that the icon will appear if the entry is completely blank and changes when the first character is entered. But in this case we have to delete the entry and rewrite it.

@liamdebeasi liamdebeasi added the ionitron: needs reproduction a code reproduction is needed from the issue author label Nov 30, 2020
@ionitron-bot
Copy link

ionitron-bot bot commented Nov 30, 2020

Thanks for the issue! This issue has been labeled as needs reproduction. This label is added to issues that need a code reproduction.

Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed.

If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue.

For a guide on how to create a good reproduction, see our Contributing Guide.

@liamdebeasi
Copy link
Contributor

Thanks for the issue! This issue is being closed due to the lack of a code reproduction. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

Thank you for using Ionic!

@ionic-team ionic-team locked and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ionitron: needs reproduction a code reproduction is needed from the issue author
Projects
None yet
Development

No branches or pull requests

2 participants